#EB4F5B

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

Shades of Mandy #EB4F5B

Tints of Mandy #EB4F5B

Color information

#EB4F5B (or 0xEB4F5B) is unknown color: approx Mandy. HEX triplet: EB, 4F and 5B. RGB value is (235,79,91). Sum of RGB (Red+Green+Blue) = 235+79+91=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F5B is #14B0A4. Grayscale: #7F7F7F. Windows color (decimal): -1355941 or 5984235. OLE color: 5984235.

HSL color Cylindrical-coordinate representation of color #EB4F5B: hue angle of 355.38º 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 #EB4F5B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2357991-
CMYK00.660.610.08
HSL355.38º79.59%61.57%-
HSV(B)355.38º66.38%92.16%-
XYZ38.9524.0112.48-
YUV127.01107.68205.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=58.02%
G=19.51%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235799100.660.610.08355.3879.5961.57
HexEB4F5B0423D8163503e
Octal3531171330102751054312076
Binary11101011100111110110110100001011110110001011000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F5B; }

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

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

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

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

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

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

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

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