Html Css Color HEX #E05053 Mandy

📋 copy color: '#E05053'

red 224 ◦ green 80 ◦ blue 83

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

Shades of Mandy #E05053

Tints of Mandy #E05053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 57.88%
G = 20.67%
B = 21.45%

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

#E05053 (or 0xE05053) is known color: Mandy. HEX triplet: E0, 50 and 53. RGB value is (224,80,83). Sum of RGB (Red+Green+Blue) = 224+80+83=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E05053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05053 is #1FAFAC. Grayscale: #7B7B7B. Windows color (decimal): -2076589 or 5460192. OLE color: 5460192.

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

Color convert

RGB 224 80 83 -
CMYK 0 0.64 0.63 0.12
HSL 358.75º 0.7% 0.6% -
HSV(B) 358.75º 0.64% 0.88% -
XYZ 35.17 22.21 10.62 -
YUV 123.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 224 80 83 0 0.64 0.63 0.12 358.75 0.7 0.6
Hex E0 50 53 0 40 3F C 167 46 3C
Octal 340 120 123 0 100 77 14 547 106 74
Binary 11100000 1010000 1010011 0 1000000 111111 1100 101100111 1000110 111100

Color Harmonies of #E05053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05053

Black with #E05053

Text Example


Text Example

White with #E05053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05053; }

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

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

background-color css

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

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

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

border-color css

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

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

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