Html Css Color HEX #E05F60 Mandy

📋 copy color: '#E05F60'

red 224 ◦ green 95 ◦ blue 96

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

Shades of Mandy #E05F60

Tints of Mandy #E05F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 53.98%
G = 22.89%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E05F60 (or 0xE05F60) is known color: Mandy. HEX triplet: E0, 5F and 60. RGB value is (224,95,96). Sum of RGB (Red+Green+Blue) = 224+95+96=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F60 is #1FA09F. Grayscale: #858585. Windows color (decimal): -2072736 or 6316000. OLE color: 6316000.

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

Color convert

RGB 224 95 96 -
CMYK 0 0.58 0.57 0.12
HSL 359.53º 0.68% 0.63% -
HSV(B) 359.53º 0.58% 0.88% -
XYZ 36.94 24.88 13.92 -
YUV 133.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 224 95 96 0 0.58 0.57 0.12 359.53 0.68 0.63
Hex E0 5F 60 0 3A 39 C 168 44 3F
Octal 340 137 140 0 72 71 14 550 104 77
Binary 11100000 1011111 1100000 0 111010 111001 1100 101101000 1000100 111111

Color Harmonies of #E05F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F60

Black with #E05F60

Text Example


Text Example

White with #E05F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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