Html Css Color HEX #E05056 Mandy

📋 copy color: '#E05056'

red 224 ◦ green 80 ◦ blue 86

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

Shades of Mandy #E05056

Tints of Mandy #E05056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 57.44%
G = 20.51%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05056 (or 0xE05056) is known color: Mandy. HEX triplet: E0, 50 and 56. RGB value is (224,80,86). Sum of RGB (Red+Green+Blue) = 224+80+86=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E05056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05056 is #1FAFA9. Grayscale: #7B7B7B. Windows color (decimal): -2076586 or 5656800. OLE color: 5656800.

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

Color convert

RGB 224 80 86 -
CMYK 0 0.64 0.62 0.12
HSL 357.5º 0.7% 0.6% -
HSV(B) 357.5º 0.64% 0.88% -
XYZ 35.29 22.26 11.24 -
YUV 123.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 224 80 86 0 0.64 0.62 0.12 357.5 0.7 0.6
Hex E0 50 56 0 40 3E C 166 46 3C
Octal 340 120 126 0 100 76 14 546 106 74
Binary 11100000 1010000 1010110 0 1000000 111110 1100 101100110 1000110 111100

Color Harmonies of #E05056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05056

Black with #E05056

Text Example


Text Example

White with #E05056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05056; }

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

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

background-color css

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

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

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

border-color css

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

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

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