#E959AC

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

Shades of Brilliant Rose #E959AC

Tints of Brilliant Rose #E959AC

Color information

#E959AC (or 0xE959AC) is unknown color: approx Brilliant Rose. HEX triplet: E9, 59 and AC. RGB value is (233,89,172). Sum of RGB (Red+Green+Blue) = 233+89+172=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E959AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E959AC is #16A653. Grayscale: #8D8D8D. Windows color (decimal): -1484372 or 11295209. OLE color: 11295209.

HSL color Cylindrical-coordinate representation of color #E959AC: hue angle of 325.42º degrees, saturation: 0.77, 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 #E959AC is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23389172-
CMYK00.620.260.09
HSL325.42º76.6%63.14%-
HSV(B)325.42º61.8%91.37%-
XYZ44.6227.4541.98-
YUV141.52145.21193.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=47.17%
G=18.02%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338917200.620.260.09325.4276.663.14
HexE959AC03E1A91454d3f
Octal351131254076321150511577
Binary1110100110110011010110001111101101010011010001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E959AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E959AC; }

 p { color: rgb(233,89,172); }

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

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

 a { background-color: rgb(233,89,172); }

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

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

 span { border-color: rgb(233,89,172); }

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