Html Css Color HEX #E04D5D Mandy

📋 copy color: '#E04D5D'

red 224 ◦ green 77 ◦ blue 93

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

Shades of Mandy #E04D5D

Tints of Mandy #E04D5D

RGB

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

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

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

R = 56.85%
G = 19.54%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E04D5D (or 0xE04D5D) is known color: Mandy. HEX triplet: E0, 4D and 5D. RGB value is (224,77,93). Sum of RGB (Red+Green+Blue) = 224+77+93=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D5D is #1FB2A2. Grayscale: #7A7A7A. Windows color (decimal): -2077347 or 6114784. OLE color: 6114784.

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

Color convert

RGB 224 77 93 -
CMYK 0 0.66 0.58 0.12
HSL 353.47º 0.7% 0.59% -
HSV(B) 353.47º 0.66% 0.88% -
XYZ 35.37 21.95 12.73 -
YUV 122.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 224 77 93 0 0.66 0.58 0.12 353.47 0.7 0.59
Hex E0 4D 5D 0 42 3A C 161 46 3B
Octal 340 115 135 0 102 72 14 541 106 73
Binary 11100000 1001101 1011101 0 1000010 111010 1100 101100001 1000110 111011

Color Harmonies of #E04D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D5D

Black with #E04D5D

Text Example


Text Example

White with #E04D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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