#E9529F

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

Shades of Brilliant Rose #E9529F

Tints of Brilliant Rose #E9529F

Color information

#E9529F (or 0xE9529F) is unknown color: approx Brilliant Rose. HEX triplet: E9, 52 and 9F. RGB value is (233,82,159). Sum of RGB (Red+Green+Blue) = 233+82+159=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9529F is #16AD60. Grayscale: #878787. Windows color (decimal): -1486177 or 10441449. OLE color: 10441449.

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

Color convert

RGB23382159-
CMYK00.650.320.09
HSL329.4º77.44%61.76%-
HSV(B)329.4º64.81%91.37%-
XYZ42.8825.8635.53-
YUV135.93141.03197.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 82 (32.42% from 255) = 17.30%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=49.16%
G=17.30%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338215900.650.320.09329.477.4461.76
HexE9529F0412091494d3e
Octal3511222370101401151111576
Binary111010011010010100111110100000110000010011010010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9529F; }

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

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

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

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

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

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

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

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