#E9529A

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

Shades of French Rose #E9529A

Tints of French Rose #E9529A

Color information

#E9529A (or 0xE9529A) is unknown color: approx French Rose. HEX triplet: E9, 52 and 9A. RGB value is (233,82,154). Sum of RGB (Red+Green+Blue) = 233+82+154=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9529A is #16AD65. Grayscale: #878787. Windows color (decimal): -1486182 or 10113769. OLE color: 10113769.

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

Color convert

RGB23382154-
CMYK00.650.340.09
HSL331.39º77.44%61.76%-
HSV(B)331.39º64.81%91.37%-
XYZ42.4525.6933.29-
YUV135.36138.53197.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.68%
GREEN value IS 82 (32.42% from 255) = 17.48%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=49.68%
G=17.48%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338215400.650.340.09331.3977.4461.76
HexE9529A04122914b4d3e
Octal3511222320101421151311576
Binary111010011010010100110100100000110001010011010010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9529A; }

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

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

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

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

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

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

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

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