Html Css Color HEX #E05060 Mandy

📋 copy color: '#E05060'

red 224 ◦ green 80 ◦ blue 96

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

Shades of Mandy #E05060

Tints of Mandy #E05060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 56%
G = 20%
B = 24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E05060 (or 0xE05060) is known color: Mandy. HEX triplet: E0, 50 and 60. RGB value is (224,80,96). Sum of RGB (Red+Green+Blue) = 224+80+96=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E05060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05060 is #1FAF9F. Grayscale: #7C7C7C. Windows color (decimal): -2076576 or 6312160. OLE color: 6312160.

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

Color convert

RGB 224 80 96 -
CMYK 0 0.64 0.57 0.12
HSL 353.33º 0.7% 0.6% -
HSV(B) 353.33º 0.64% 0.88% -
XYZ 35.72 22.43 13.51 -
YUV 124.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 224 80 96 0 0.64 0.57 0.12 353.33 0.7 0.6
Hex E0 50 60 0 40 39 C 161 46 3C
Octal 340 120 140 0 100 71 14 541 106 74
Binary 11100000 1010000 1100000 0 1000000 111001 1100 101100001 1000110 111100

Color Harmonies of #E05060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05060

Black with #E05060

Text Example


Text Example

White with #E05060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05060; }

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

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

background-color css

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

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

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

border-color css

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

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

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