Html Css Color HEX #E0529A French Rose

📋 copy color: '#E0529A'

red 224 ◦ green 82 ◦ blue 154

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

Shades of French Rose #E0529A

Tints of French Rose #E0529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 48.7%
G = 17.83%
B = 33.48%

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

#E0529A (or 0xE0529A) is known color: French Rose. HEX triplet: E0, 52 and 9A. RGB value is (224,82,154). Sum of RGB (Red+Green+Blue) = 224+82+154=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0529A is #1FAD65. Grayscale: #848484. Windows color (decimal): -2076006 or 10113760. OLE color: 10113760.

HSL color Cylindrical-coordinate representation of color #E0529A: hue angle of 329.58º 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 #E0529A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 154 -
CMYK 0 0.63 0.31 0.12
HSL 329.58º 0.7% 0.6% -
HSV(B) 329.58º 0.63% 0.88% -
XYZ 39.59 24.21 33.16 -
YUV 132.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 224 82 154 0 0.63 0.31 0.12 329.58 0.7 0.6
Hex E0 52 9A 0 3F 1F C 14A 46 3C
Octal 340 122 232 0 77 37 14 512 106 74
Binary 11100000 1010010 10011010 0 111111 11111 1100 101001010 1000110 111100

Color Harmonies of #E0529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0529A

Black with #E0529A

Text Example


Text Example

White with #E0529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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