Html Css Color HEX #E04D99 French Rose

📋 copy color: '#E04D99'

red 224 ◦ green 77 ◦ blue 153

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

Shades of French Rose #E04D99

Tints of French Rose #E04D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.96%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 49.34%
G = 16.96%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E04D99 (or 0xE04D99) is known color: French Rose. HEX triplet: E0, 4D and 99. RGB value is (224,77,153). Sum of RGB (Red+Green+Blue) = 224+77+153=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D99 is #1FB266. Grayscale: #818181. Windows color (decimal): -2077287 or 10046944. OLE color: 10046944.

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

Color convert

RGB 224 77 153 -
CMYK 0 0.66 0.32 0.12
HSL 328.98º 0.7% 0.59% -
HSV(B) 328.98º 0.66% 0.88% -
XYZ 39.14 23.45 32.6 -
YUV 129.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 224 77 153 0 0.66 0.32 0.12 328.98 0.7 0.59
Hex E0 4D 99 0 42 20 C 149 46 3B
Octal 340 115 231 0 102 40 14 511 106 73
Binary 11100000 1001101 10011001 0 1000010 100000 1100 101001001 1000110 111011

Color Harmonies of #E04D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D99

Black with #E04D99

Text Example


Text Example

White with #E04D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D99; }

 p { color: rgb(224,77,153); }

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

background-color css

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

 a { background-color: rgb(224,77,153); }

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

border-color css

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

 span { border-color: rgb(224,77,153); }

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