#E95CA9

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

Shades of Brilliant Rose #E95CA9

Tints of Brilliant Rose #E95CA9

Color information

#E95CA9 (or 0xE95CA9) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5C and A9. RGB value is (233,92,169). Sum of RGB (Red+Green+Blue) = 233+92+169=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA9 is #16A356. Grayscale: #8E8E8E. Windows color (decimal): -1483607 or 11099369. OLE color: 11099369.

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

Color convert

RGB23392169-
CMYK00.610.270.09
HSL327.23º76.22%63.73%-
HSV(B)327.23º60.52%91.37%-
XYZ44.5927.8440.56-
YUV142.94142.71192.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=47.17%
G=18.62%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339216900.610.270.09327.2376.2263.73
HexE95CA903D1B91474c40
Octal3511342510753311507114100
Binary11101001101110010101001011110111011100110100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CA9; }

 p { color: rgb(233,92,169); }

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

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

 a { background-color: rgb(233,92,169); }

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

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

 span { border-color: rgb(233,92,169); }

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