Html Css Color HEX #E05464 Mandy

📋 copy color: '#E05464'

red 224 ◦ green 84 ◦ blue 100

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

Shades of Mandy #E05464

Tints of Mandy #E05464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 54.9%
G = 20.59%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E05464 (or 0xE05464) is known color: Mandy. HEX triplet: E0, 54 and 64. RGB value is (224,84,100). Sum of RGB (Red+Green+Blue) = 224+84+100=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E05464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05464 is #1FAB9B. Grayscale: #7F7F7F. Windows color (decimal): -2075548 or 6575328. OLE color: 6575328.

HSL color Cylindrical-coordinate representation of color #E05464: hue angle of 353.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05464 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 100 -
CMYK 0 0.62 0.55 0.12
HSL 353.14º 0.69% 0.6% -
HSV(B) 353.14º 0.63% 0.88% -
XYZ 36.21 23.11 14.61 -
YUV 127.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 224 84 100 0 0.62 0.55 0.12 353.14 0.69 0.6
Hex E0 54 64 0 3E 37 C 161 45 3C
Octal 340 124 144 0 76 67 14 541 105 74
Binary 11100000 1010100 1100100 0 111110 110111 1100 101100001 1000101 111100

Color Harmonies of #E05464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05464

Black with #E05464

Text Example


Text Example

White with #E05464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05464; }

 p { color: rgb(224,84,100); }

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

background-color css

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

 a { background-color: rgb(224,84,100); }

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

border-color css

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

 span { border-color: rgb(224,84,100); }

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