Html Css Color HEX #E04C92 French Rose

📋 copy color: '#E04C92'

red 224 ◦ green 76 ◦ blue 146

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

Shades of French Rose #E04C92

Tints of French Rose #E04C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 50.22%
G = 17.04%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E04C92 (or 0xE04C92) is known color: French Rose. HEX triplet: E0, 4C and 92. RGB value is (224,76,146). Sum of RGB (Red+Green+Blue) = 224+76+146=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C92 is #1FB36D. Grayscale: #808080. Windows color (decimal): -2077550 or 9587936. OLE color: 9587936.

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

Color convert

RGB 224 76 146 -
CMYK 0 0.66 0.35 0.12
HSL 331.62º 0.7% 0.59% -
HSV(B) 331.62º 0.66% 0.88% -
XYZ 38.51 23.09 29.62 -
YUV 128.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 224 76 146 0 0.66 0.35 0.12 331.62 0.7 0.59
Hex E0 4C 92 0 42 23 C 14C 46 3B
Octal 340 114 222 0 102 43 14 514 106 73
Binary 11100000 1001100 10010010 0 1000010 100011 1100 101001100 1000110 111011

Color Harmonies of #E04C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C92

Black with #E04C92

Text Example


Text Example

White with #E04C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C92; }

 p { color: rgb(224,76,146); }

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

background-color css

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

 a { background-color: rgb(224,76,146); }

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

border-color css

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

 span { border-color: rgb(224,76,146); }

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