#E05E5F

Color #E05E5F Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #E05E5F

Tints of Mandy #E05E5F

Color information

#E05E5F (or 0xE05E5F) is unknown color: approx Mandy. HEX triplet: E0, 5E and 5F. RGB value is (224,94,95). Sum of RGB (Red+Green+Blue) = 224+94+95=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5F is #1FA1A0. Grayscale: #858585. Windows color (decimal): -2072993 or 6250208. OLE color: 6250208.

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

Color convert

RGB2249495-
CMYK00.580.580.12
HSL359.54º67.71%62.35%-
HSV(B)359.54º58.04%87.84%-
XYZ36.8124.6813.65-
YUV132.98106.57192.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=54.24%
G=22.76%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224949500.580.580.12359.5467.7162.35
HexE05E5F03A3AC168443e
Octal340136137072721455010476
Binary1110000010111101011111011101011101011001011010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05E5F; }

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

 H1.HeaderClassName
 {
   color: #E05E5F;
 }
 .AnyTagClassName
 {
   color: #E05E5F;
 }
</style>
background-color css

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

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

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

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

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

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