Html Css Color HEX #E05055 Mandy

📋 copy color: '#E05055'

red 224 ◦ green 80 ◦ blue 85

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

Shades of Mandy #E05055

Tints of Mandy #E05055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 57.58%
G = 20.57%
B = 21.85%

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

#E05055 (or 0xE05055) is known color: Mandy. HEX triplet: E0, 50 and 55. RGB value is (224,80,85). Sum of RGB (Red+Green+Blue) = 224+80+85=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E05055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05055 is #1FAFAA. Grayscale: #7B7B7B. Windows color (decimal): -2076587 or 5591264. OLE color: 5591264.

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

Color convert

RGB 224 80 85 -
CMYK 0 0.64 0.62 0.12
HSL 357.92º 0.7% 0.6% -
HSV(B) 357.92º 0.64% 0.88% -
XYZ 35.25 22.24 11.03 -
YUV 123.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 224 80 85 0 0.64 0.62 0.12 357.92 0.7 0.6
Hex E0 50 55 0 40 3E C 166 46 3C
Octal 340 120 125 0 100 76 14 546 106 74
Binary 11100000 1010000 1010101 0 1000000 111110 1100 101100110 1000110 111100

Color Harmonies of #E05055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05055

Black with #E05055

Text Example


Text Example

White with #E05055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05055; }

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

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

background-color css

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

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

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

border-color css

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

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

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