Html Css Color HEX #E05052 Mandy

📋 copy color: '#E05052'

red 224 ◦ green 80 ◦ blue 82

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

Shades of Mandy #E05052

Tints of Mandy #E05052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 58.03%
G = 20.73%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E05052 (or 0xE05052) is known color: Mandy. HEX triplet: E0, 50 and 52. RGB value is (224,80,82). Sum of RGB (Red+Green+Blue) = 224+80+82=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05052 is #1FAFAD. Grayscale: #7B7B7B. Windows color (decimal): -2076590 or 5394656. OLE color: 5394656.

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

Color convert

RGB 224 80 82 -
CMYK 0 0.64 0.63 0.12
HSL 359.17º 0.7% 0.6% -
HSV(B) 359.17º 0.64% 0.88% -
XYZ 35.13 22.19 10.41 -
YUV 123.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 224 80 82 0 0.64 0.63 0.12 359.17 0.7 0.6
Hex E0 50 52 0 40 3F C 167 46 3C
Octal 340 120 122 0 100 77 14 547 106 74
Binary 11100000 1010000 1010010 0 1000000 111111 1100 101100111 1000110 111100

Color Harmonies of #E05052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05052

Black with #E05052

Text Example


Text Example

White with #E05052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05052; }

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

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

background-color css

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

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

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

border-color css

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

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

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