Html Css Color HEX #E04A4D Mandy

📋 copy color: '#E04A4D'

red 224 ◦ green 74 ◦ blue 77

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

Shades of Mandy #E04A4D

Tints of Mandy #E04A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 59.73%
G = 19.73%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E04A4D (or 0xE04A4D) is known color: Mandy. HEX triplet: E0, 4A and 4D. RGB value is (224,74,77). Sum of RGB (Red+Green+Blue) = 224+74+77=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A4D is #1FB5B2. Grayscale: #777777. Windows color (decimal): -2078131 or 5065440. OLE color: 5065440.

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

Color convert

RGB 224 74 77 -
CMYK 0 0.67 0.66 0.12
HSL 358.8º 0.71% 0.58% -
HSV(B) 358.8º 0.67% 0.88% -
XYZ 34.53 21.28 9.31 -
YUV 119.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 224 74 77 0 0.67 0.66 0.12 358.8 0.71 0.58
Hex E0 4A 4D 0 43 42 C 167 47 3A
Octal 340 112 115 0 103 102 14 547 107 72
Binary 11100000 1001010 1001101 0 1000011 1000010 1100 101100111 1000111 111010

Color Harmonies of #E04A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A4D

Black with #E04A4D

Text Example


Text Example

White with #E04A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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