Html Css Color HEX #E05058 Mandy

📋 copy color: '#E05058'

red 224 ◦ green 80 ◦ blue 88

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

Shades of Mandy #E05058

Tints of Mandy #E05058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.45%

R = 57.14%
G = 20.41%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E05058 (or 0xE05058) is known color: Mandy. HEX triplet: E0, 50 and 58. RGB value is (224,80,88). Sum of RGB (Red+Green+Blue) = 224+80+88=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05058 is #1FAFA7. Grayscale: #7C7C7C. Windows color (decimal): -2076584 or 5787872. OLE color: 5787872.

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

Color convert

RGB 224 80 88 -
CMYK 0 0.64 0.61 0.12
HSL 356.67º 0.7% 0.6% -
HSV(B) 356.67º 0.64% 0.88% -
XYZ 35.37 22.29 11.67 -
YUV 123.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 224 80 88 0 0.64 0.61 0.12 356.67 0.7 0.6
Hex E0 50 58 0 40 3D C 165 46 3C
Octal 340 120 130 0 100 75 14 545 106 74
Binary 11100000 1010000 1011000 0 1000000 111101 1100 101100101 1000110 111100

Color Harmonies of #E05058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05058

Black with #E05058

Text Example


Text Example

White with #E05058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05058; }

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

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

background-color css

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

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

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

border-color css

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

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

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