Html Css Color HEX #E04A60 Mandy

📋 copy color: '#E04A60'

red 224 ◦ green 74 ◦ blue 96

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

Shades of Mandy #E04A60

Tints of Mandy #E04A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 56.85%
G = 18.78%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E04A60 (or 0xE04A60) is known color: Mandy. HEX triplet: E0, 4A and 60. RGB value is (224,74,96). Sum of RGB (Red+Green+Blue) = 224+74+96=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A60 is #1FB59F. Grayscale: #797979. Windows color (decimal): -2078112 or 6310624. OLE color: 6310624.

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

Color convert

RGB 224 74 96 -
CMYK 0 0.67 0.57 0.12
HSL 351.2º 0.71% 0.58% -
HSV(B) 351.2º 0.67% 0.88% -
XYZ 35.3 21.59 13.37 -
YUV 121.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 224 74 96 0 0.67 0.57 0.12 351.2 0.71 0.58
Hex E0 4A 60 0 43 39 C 15F 47 3A
Octal 340 112 140 0 103 71 14 537 107 72
Binary 11100000 1001010 1100000 0 1000011 111001 1100 101011111 1000111 111010

Color Harmonies of #E04A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A60

Black with #E04A60

Text Example


Text Example

White with #E04A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A60; }

 p { color: rgb(224,74,96); }

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

background-color css

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

 a { background-color: rgb(224,74,96); }

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

border-color css

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

 span { border-color: rgb(224,74,96); }

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