#E859A0

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

Shades of Brilliant Rose #E859A0

Tints of Brilliant Rose #E859A0

Color information

#E859A0 (or 0xE859A0) is unknown color: approx Brilliant Rose. HEX triplet: E8, 59 and A0. RGB value is (232,89,160). Sum of RGB (Red+Green+Blue) = 232+89+160=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E859A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E859A0 is #17A65F. Grayscale: #8B8B8B. Windows color (decimal): -1549920 or 10508776. OLE color: 10508776.

HSL color Cylindrical-coordinate representation of color #E859A0: hue angle of 330.21º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E859A0 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23289160-
CMYK00.620.310.09
HSL330.21º75.66%62.94%-
HSV(B)330.21º61.64%90.98%-
XYZ43.226.8436.16-
YUV139.85139.38193.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=48.23%
G=18.50%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328916000.620.310.09330.2175.6662.94
HexE859A003E1F914a4c3f
Octal350131240076371151211477
Binary1110100010110011010000001111101111110011010010101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E859A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E859A0; }

 p { color: rgb(232,89,160); }

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

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

 a { background-color: rgb(232,89,160); }

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

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

 span { border-color: rgb(232,89,160); }

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