Html Css Color HEX #E9529A French Rose

📋 copy color: '#E9529A'

red 233 ◦ green 82 ◦ blue 154

#E9529A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #E9529A

Tints of French Rose #E9529A

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 value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9529A (or 0xE9529A) is known color: 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

RGB 233 82 154 -
CMYK 0 0.65 0.34 0.09
HSL 331.39º 0.77% 0.62% -
HSV(B) 331.39º 0.65% 0.91% -
XYZ 42.45 25.69 33.29 -
YUV 135.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 233 82 154 0 0.65 0.34 0.09 331.39 0.77 0.62
Hex E9 52 9A 0 41 22 9 14B 4D 3E
Octal 351 122 232 0 101 42 11 513 115 76
Binary 11101001 1010010 10011010 0 1000001 100010 1001 101001011 1001101 111110

Color Harmonies of #E9529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9529A

Black with #E9529A

Text Example


Text Example

White with #E9529A

Text Example


Text Example

HTML Codes & Css Web 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>