Shades of Mandy #EB515D
Tints of Mandy #EB515D
RGB
CMYK
RGB Variations
Color information
#EB515D (or 0xEB515D) is known color: Mandy. HEX triplet: EB, 51 and 5D. RGB value is (235,81,93). Sum of RGB (Red+Green+Blue) = 235+81+93=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB515D is #14AEA2. Grayscale: #808080. Windows color (decimal): -1355427 or 6115819. OLE color: 6115819.
HSL color Cylindrical-coordinate representation of color #EB515D: hue angle of 355.32º degrees, saturation: 0.79, 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 #EB515D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 93 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.08 |
| HSL | 355.32º | 0.79% | 0.62% | - |
| HSV(B) | 355.32º | 0.66% | 0.92% | - |
| XYZ | 39.18 | 24.34 | 12.99 | - |
| YUV | 128.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 93 | 0 | 0.66 | 0.60 | 0.08 | 355.32 | 0.79 | 0.62 |
| Hex | EB | 51 | 5D | 0 | 42 | 3C | 8 | 163 | 4F | 3E |
| Octal | 353 | 121 | 135 | 0 | 102 | 74 | 10 | 543 | 117 | 76 |
| Binary | 11101011 | 1010001 | 1011101 | 0 | 1000010 | 111100 | 1000 | 101100011 | 1001111 | 111110 |
Color Harmonies of #EB515D
Complementary color
Monochromatic Colors of #EB515D
Black with #EB515D
Text Example
Text Example
White with #EB515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB515D; }
p { color: rgb(235,81,93); }
H1.HeaderClassName
{
color: #EB515D;
}
.AnyTagClassName
{
color: #EB515D;
}
</style>
background-color css
<style>
a { background-color: #EB515D; }
a { background-color: rgb(235,81,93); }
div.DivClassName
{
background-color: #EB515D;
}
.BgClassName
{
background-color: #EB515D;
}
</style>
border-color css
<style>
span { border-color: #EB515D; }
span { border-color: rgb(235,81,93); }
td.TdClassName
{
border-color: #EB515D;
}
.TagClassName
{
border-color: #EB515D;
}
</style>