Html Css Color HEX #E04D94 French Rose

📋 copy color: '#E04D94'

red 224 ◦ green 77 ◦ blue 148

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

Shades of French Rose #E04D94

Tints of French Rose #E04D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 49.89%
G = 17.15%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E04D94 (or 0xE04D94) is known color: French Rose. HEX triplet: E0, 4D and 94. RGB value is (224,77,148). Sum of RGB (Red+Green+Blue) = 224+77+148=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D94 is #1FB26B. Grayscale: #808080. Windows color (decimal): -2077292 or 9719264. OLE color: 9719264.

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

Color convert

RGB 224 77 148 -
CMYK 0 0.66 0.34 0.12
HSL 331.02º 0.7% 0.59% -
HSV(B) 331.02º 0.66% 0.88% -
XYZ 38.74 23.29 30.47 -
YUV 129.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 224 77 148 0 0.66 0.34 0.12 331.02 0.7 0.59
Hex E0 4D 94 0 42 22 C 14B 46 3B
Octal 340 115 224 0 102 42 14 513 106 73
Binary 11100000 1001101 10010100 0 1000010 100010 1100 101001011 1000110 111011

Color Harmonies of #E04D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D94

Black with #E04D94

Text Example


Text Example

White with #E04D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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