#EB4F5A

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

Shades of Mandy #EB4F5A

Tints of Mandy #EB4F5A

Color information

#EB4F5A (or 0xEB4F5A) is unknown color: approx Mandy. HEX triplet: EB, 4F and 5A. RGB value is (235,79,90). Sum of RGB (Red+Green+Blue) = 235+79+90=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F5A is #14B0A5. Grayscale: #7F7F7F. Windows color (decimal): -1355942 or 5918699. OLE color: 5918699.

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

Color convert

RGB2357990-
CMYK00.660.620.08
HSL355.77º79.59%61.57%-
HSV(B)355.77º66.38%92.16%-
XYZ38.923.9912.25-
YUV126.9107.18205.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=58.17%
G=19.55%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235799000.660.620.08355.7779.5961.57
HexEB4F5A0423E8164503e
Octal3531171320102761054412076
Binary11101011100111110110100100001011111010001011001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F5A; }

 p { color: rgb(235,79,90); }

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

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

 a { background-color: rgb(235,79,90); }

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

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

 span { border-color: rgb(235,79,90); }

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