Html Css Color HEX #E0529B French Rose

📋 copy color: '#E0529B'

red 224 ◦ green 82 ◦ blue 155

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

Shades of French Rose #E0529B

Tints of French Rose #E0529B

RGB

 RED value IS 224 (87.89% from 255) = 48.59%

 GREEN value IS 82 (32.42% from 255) = 17.79%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 48.59%
G = 17.79%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0529B (or 0xE0529B) is known color: French Rose. HEX triplet: E0, 52 and 9B. RGB value is (224,82,155). Sum of RGB (Red+Green+Blue) = 224+82+155=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0529B is #1FAD64. Grayscale: #848484. Windows color (decimal): -2076005 or 10179296. OLE color: 10179296.

HSL color Cylindrical-coordinate representation of color #E0529B: hue angle of 329.15º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0529B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 155 -
CMYK 0 0.63 0.31 0.12
HSL 329.15º 0.7% 0.6% -
HSV(B) 329.15º 0.63% 0.88% -
XYZ 39.67 24.25 33.6 -
YUV 132.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 224 82 155 0 0.63 0.31 0.12 329.15 0.7 0.6
Hex E0 52 9B 0 3F 1F C 149 46 3C
Octal 340 122 233 0 77 37 14 511 106 74
Binary 11100000 1010010 10011011 0 111111 11111 1100 101001001 1000110 111100

Color Harmonies of #E0529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0529B

Black with #E0529B

Text Example


Text Example

White with #E0529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0529B; }

 p { color: rgb(224,82,155); }

 H1.HeaderClassName
 {
   color: #E0529B;
 }
 .AnyTagClassName
 {
   color: #E0529B;
 }
</style>

background-color css

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

 a { background-color: rgb(224,82,155); }

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

border-color css

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

 span { border-color: rgb(224,82,155); }

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