#E95CA8

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

Shades of Brilliant Rose #E95CA8

Tints of Brilliant Rose #E95CA8

Color information

#E95CA8 (or 0xE95CA8) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5C and A8. RGB value is (233,92,168). Sum of RGB (Red+Green+Blue) = 233+92+168=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA8 is #16A357. Grayscale: #8E8E8E. Windows color (decimal): -1483608 or 11033833. OLE color: 11033833.

HSL color Cylindrical-coordinate representation of color #E95CA8: hue angle of 327.66º 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 #E95CA8 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB23392168-
CMYK00.610.280.09
HSL327.66º76.22%63.73%-
HSV(B)327.66º60.52%91.37%-
XYZ44.527.8140.07-
YUV142.82142.21192.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 168 (66.02% from 255) = 34.08%
R=47.26%
G=18.66%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339216800.610.280.09327.6676.2263.73
HexE95CA803D1C91484c40
Octal3511342500753411510114100
Binary11101001101110010101000011110111100100110100100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CA8; }

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

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

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

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

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

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

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

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