Html Css Color HEX #E04D9A French Rose

📋 copy color: '#E04D9A'

red 224 ◦ green 77 ◦ blue 154

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

Shades of French Rose #E04D9A

Tints of French Rose #E04D9A

RGB

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

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

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

R = 49.23%
G = 16.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E04D9A (or 0xE04D9A) is known color: French Rose. HEX triplet: E0, 4D and 9A. RGB value is (224,77,154). Sum of RGB (Red+Green+Blue) = 224+77+154=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D9A is #1FB265. Grayscale: #818181. Windows color (decimal): -2077286 or 10112480. OLE color: 10112480.

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

Color convert

RGB 224 77 154 -
CMYK 0 0.66 0.31 0.12
HSL 328.57º 0.7% 0.59% -
HSV(B) 328.57º 0.66% 0.88% -
XYZ 39.23 23.49 33.04 -
YUV 129.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 224 77 154 0 0.66 0.31 0.12 328.57 0.7 0.59
Hex E0 4D 9A 0 42 1F C 149 46 3B
Octal 340 115 232 0 102 37 14 511 106 73
Binary 11100000 1001101 10011010 0 1000010 11111 1100 101001001 1000110 111011

Color Harmonies of #E04D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D9A

Black with #E04D9A

Text Example


Text Example

White with #E04D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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