#E9529C

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

Shades of Brilliant Rose #E9529C

Tints of Brilliant Rose #E9529C

Color information

#E9529C (or 0xE9529C) is unknown color: approx Brilliant Rose. HEX triplet: E9, 52 and 9C. RGB value is (233,82,156). Sum of RGB (Red+Green+Blue) = 233+82+156=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9529C is #16AD63. Grayscale: #878787. Windows color (decimal): -1486180 or 10244841. OLE color: 10244841.

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

Color convert

RGB23382156-
CMYK00.650.330.09
HSL330.6º77.44%61.76%-
HSV(B)330.6º64.81%91.37%-
XYZ42.6225.7634.18-
YUV135.58139.53197.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.47%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=49.47%
G=17.41%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338215600.650.330.09330.677.4461.76
HexE9529C04121914b4d3e
Octal3511222340101411151311576
Binary111010011010010100111000100000110000110011010010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9529C; }

 p { color: rgb(233,82,156); }

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

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

 a { background-color: rgb(233,82,156); }

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

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

 span { border-color: rgb(233,82,156); }

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