#e862a2

Color #E862A2 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E862A2

Tints of Brilliant Rose #E862A2

Color information

#E862A2 (or 0xE862A2) is unknown color: approx Brilliant Rose. HEX triplet: E8, 62 and A2. RGB value is (232,98,162). Sum of RGB (Red+Green+Blue) = 232+98+162=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E862A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E862A2 is #179D5D. Grayscale: #919191. Windows color (decimal): -1547614 or 10642152. OLE color: 10642152.

HSL color Cylindrical-coordinate representation of color #E862A2: hue angle of 331.34º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E862A2 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB23298162-
CMYK00.580.300.09
HSL331.34º74.44%64.71%-
HSV(B)331.34º57.76%90.98%-
XYZ44.1728.537.36-
YUV145.36137.39189.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=47.15%
G=19.92%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329816200.580.300.09331.3474.4464.71
HexE862A203A1E914b4a41
Octal3501422420723611513112101
Binary11101000110001010100010011101011110100110100101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e862a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e862a2; }

 p { color: rgb(232,98,162); }

 H1.HeaderClassName
 {
   color: #e862a2;
 }
 .AnyTagClassName
 {
   color: #e862a2;
 }
</style>
background-color css

<style>
 a { background-color: #e862a2; }

 a { background-color: rgb(232,98,162); }

 div.DivClassName
 {
   background-color: #e862a2;
 }
 .BgClassName
 {
   background-color: #e862a2;
 }
</style>
border-color css

<style>
 span { border-color: #e862a2; }

 span { border-color: rgb(232,98,162); }

 td.TdClassName
 {
   border-color: #e862a2;
 }
 .TagClassName
 {
   border-color: #e862a2;
 }
</style>