#EB5358

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

Shades of Mandy #EB5358

Tints of Mandy #EB5358

Color information

#EB5358 (or 0xEB5358) is unknown color: approx Mandy. HEX triplet: EB, 53 and 58. RGB value is (235,83,88). Sum of RGB (Red+Green+Blue) = 235+83+88=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5358 is #14ACA7. Grayscale: #818181. Windows color (decimal): -1354920 or 5788651. OLE color: 5788651.

HSL color Cylindrical-coordinate representation of color #EB5358: hue angle of 358.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB5358 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB2358388-
CMYK00.650.630.08
HSL358.03º79.17%62.35%-
HSV(B)358.03º64.68%92.16%-
XYZ39.1224.5511.91-
YUV129.02104.86203.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=57.88%
G=20.44%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235838800.650.630.08358.0379.1762.35
HexEB53580413F81664f3e
Octal3531231300101771054611776
Binary11101011101001110110000100000111111110001011001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5358; }

 p { color: rgb(235,83,88); }

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

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

 a { background-color: rgb(235,83,88); }

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

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

 span { border-color: rgb(235,83,88); }

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