Html Css Color HEX #E04F5F Mandy

📋 copy color: '#E04F5F'

red 224 ◦ green 79 ◦ blue 95

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

Shades of Mandy #E04F5F

Tints of Mandy #E04F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 56.28%
G = 19.85%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E04F5F (or 0xE04F5F) is known color: Mandy. HEX triplet: E0, 4F and 5F. RGB value is (224,79,95). Sum of RGB (Red+Green+Blue) = 224+79+95=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F5F is #1FB0A0. Grayscale: #7C7C7C. Windows color (decimal): -2076833 or 6246368. OLE color: 6246368.

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

Color convert

RGB 224 79 95 -
CMYK 0 0.65 0.58 0.12
HSL 353.38º 0.7% 0.59% -
HSV(B) 353.38º 0.65% 0.88% -
XYZ 35.6 22.27 13.25 -
YUV 124.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 224 79 95 0 0.65 0.58 0.12 353.38 0.7 0.59
Hex E0 4F 5F 0 41 3A C 161 46 3B
Octal 340 117 137 0 101 72 14 541 106 73
Binary 11100000 1001111 1011111 0 1000001 111010 1100 101100001 1000110 111011

Color Harmonies of #E04F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F5F

Black with #E04F5F

Text Example


Text Example

White with #E04F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F5F; }

 p { color: rgb(224,79,95); }

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

background-color css

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

 a { background-color: rgb(224,79,95); }

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

border-color css

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

 span { border-color: rgb(224,79,95); }

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