Html Css Color HEX #E05A5C Mandy

📋 copy color: '#E05A5C'

red 224 ◦ green 90 ◦ blue 92

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

Shades of Mandy #E05A5C

Tints of Mandy #E05A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 55.17%
G = 22.17%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E05A5C (or 0xE05A5C) is known color: Mandy. HEX triplet: E0, 5A and 5C. RGB value is (224,90,92). Sum of RGB (Red+Green+Blue) = 224+90+92=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A5C is #1FA5A3. Grayscale: #828282. Windows color (decimal): -2074020 or 6052576. OLE color: 6052576.

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

Color convert

RGB 224 90 92 -
CMYK 0 0.60 0.59 0.12
HSL 359.1º 0.68% 0.62% -
HSV(B) 359.1º 0.6% 0.88% -
XYZ 36.33 23.93 12.83 -
YUV 130.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 224 90 92 0 0.60 0.59 0.12 359.1 0.68 0.62
Hex E0 5A 5C 0 3C 3B C 167 44 3E
Octal 340 132 134 0 74 73 14 547 104 76
Binary 11100000 1011010 1011100 0 111100 111011 1100 101100111 1000100 111110

Color Harmonies of #E05A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A5C

Black with #E05A5C

Text Example


Text Example

White with #E05A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A5C; }

 p { color: rgb(224,90,92); }

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

background-color css

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

 a { background-color: rgb(224,90,92); }

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

border-color css

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

 span { border-color: rgb(224,90,92); }

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