Html Css Color HEX #E05051 Mandy

📋 copy color: '#E05051'

red 224 ◦ green 80 ◦ blue 81

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

Shades of Mandy #E05051

Tints of Mandy #E05051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 58.18%
G = 20.78%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05051 (or 0xE05051) is known color: Mandy. HEX triplet: E0, 50 and 51. RGB value is (224,80,81). Sum of RGB (Red+Green+Blue) = 224+80+81=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E05051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05051 is #1FAFAE. Grayscale: #7B7B7B. Windows color (decimal): -2076591 or 5329120. OLE color: 5329120.

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

Color convert

RGB 224 80 81 -
CMYK 0 0.64 0.64 0.12
HSL 359.58º 0.7% 0.6% -
HSV(B) 359.58º 0.64% 0.88% -
XYZ 35.09 22.18 10.22 -
YUV 123.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 224 80 81 0 0.64 0.64 0.12 359.58 0.7 0.6
Hex E0 50 51 0 40 40 C 168 46 3C
Octal 340 120 121 0 100 100 14 550 106 74
Binary 11100000 1010000 1010001 0 1000000 1000000 1100 101101000 1000110 111100

Color Harmonies of #E05051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05051

Black with #E05051

Text Example


Text Example

White with #E05051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05051; }

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

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

background-color css

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

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

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

border-color css

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

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

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