Html Css Color HEX #E05D5F Mandy

📋 copy color: '#E05D5F'

red 224 ◦ green 93 ◦ blue 95

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

Shades of Mandy #E05D5F

Tints of Mandy #E05D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 54.37%
G = 22.57%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E05D5F (or 0xE05D5F) is known color: Mandy. HEX triplet: E0, 5D and 5F. RGB value is (224,93,95). Sum of RGB (Red+Green+Blue) = 224+93+95=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D5F is #1FA2A0. Grayscale: #848484. Windows color (decimal): -2073249 or 6249952. OLE color: 6249952.

HSL color Cylindrical-coordinate representation of color #E05D5F: hue angle of 359.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05D5F is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 95 -
CMYK 0 0.58 0.58 0.12
HSL 359.08º 0.68% 0.62% -
HSV(B) 359.08º 0.58% 0.88% -
XYZ 36.72 24.5 13.62 -
YUV 132.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 224 93 95 0 0.58 0.58 0.12 359.08 0.68 0.62
Hex E0 5D 5F 0 3A 3A C 167 44 3E
Octal 340 135 137 0 72 72 14 547 104 76
Binary 11100000 1011101 1011111 0 111010 111010 1100 101100111 1000100 111110

Color Harmonies of #E05D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D5F

Black with #E05D5F

Text Example


Text Example

White with #E05D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D5F; }

 p { color: rgb(224,93,95); }

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

background-color css

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

 a { background-color: rgb(224,93,95); }

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

border-color css

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

 span { border-color: rgb(224,93,95); }

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