Html Css Color HEX #E05258 Mandy

📋 copy color: '#E05258'

red 224 ◦ green 82 ◦ blue 88

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

Shades of Mandy #E05258

Tints of Mandy #E05258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

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

R = 56.85%
G = 20.81%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E05258 (or 0xE05258) is known color: Mandy. HEX triplet: E0, 52 and 58. RGB value is (224,82,88). Sum of RGB (Red+Green+Blue) = 224+82+88=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05258 is #1FADA7. Grayscale: #7D7D7D. Windows color (decimal): -2076072 or 5788384. OLE color: 5788384.

HSL color Cylindrical-coordinate representation of color #E05258: hue angle of 357.46º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05258 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 88 -
CMYK 0 0.63 0.61 0.12
HSL 357.46º 0.7% 0.6% -
HSV(B) 357.46º 0.63% 0.88% -
XYZ 35.52 22.59 11.72 -
YUV 125.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 224 82 88 0 0.63 0.61 0.12 357.46 0.7 0.6
Hex E0 52 58 0 3F 3D C 165 46 3C
Octal 340 122 130 0 77 75 14 545 106 74
Binary 11100000 1010010 1011000 0 111111 111101 1100 101100101 1000110 111100

Color Harmonies of #E05258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05258

Black with #E05258

Text Example


Text Example

White with #E05258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05258; }

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

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

background-color css

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

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

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

border-color css

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

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

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