Html Css Color HEX #E04E5D Mandy

📋 copy color: '#E04E5D'

red 224 ◦ green 78 ◦ blue 93

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

Shades of Mandy #E04E5D

Tints of Mandy #E04E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 56.71%
G = 19.75%
B = 23.54%

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

#E04E5D (or 0xE04E5D) is known color: Mandy. HEX triplet: E0, 4E and 5D. RGB value is (224,78,93). Sum of RGB (Red+Green+Blue) = 224+78+93=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E5D is #1FB1A2. Grayscale: #7B7B7B. Windows color (decimal): -2077091 or 6115040. OLE color: 6115040.

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

Color convert

RGB 224 78 93 -
CMYK 0 0.65 0.58 0.12
HSL 353.84º 0.7% 0.59% -
HSV(B) 353.84º 0.65% 0.88% -
XYZ 35.44 22.09 12.75 -
YUV 123.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 224 78 93 0 0.65 0.58 0.12 353.84 0.7 0.59
Hex E0 4E 5D 0 41 3A C 162 46 3B
Octal 340 116 135 0 101 72 14 542 106 73
Binary 11100000 1001110 1011101 0 1000001 111010 1100 101100010 1000110 111011

Color Harmonies of #E04E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E5D

Black with #E04E5D

Text Example


Text Example

White with #E04E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E5D; }

 p { color: rgb(224,78,93); }

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

background-color css

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

 a { background-color: rgb(224,78,93); }

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

border-color css

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

 span { border-color: rgb(224,78,93); }

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