Shades of Mandy #EB515C
Tints of Mandy #EB515C
RGB
CMYK
RGB Variations
Color information
#EB515C (or 0xEB515C) is known color: Mandy. HEX triplet: EB, 51 and 5C. RGB value is (235,81,92). Sum of RGB (Red+Green+Blue) = 235+81+92=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB515C is #14AEA3. Grayscale: #808080. Windows color (decimal): -1355428 or 6050283. OLE color: 6050283.
HSL color Cylindrical-coordinate representation of color #EB515C: hue angle of 355.71º 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 #EB515C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 92 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.08 |
| HSL | 355.71º | 0.79% | 0.62% | - |
| HSV(B) | 355.71º | 0.66% | 0.92% | - |
| XYZ | 39.14 | 24.32 | 12.76 | - |
| YUV | 128.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 92 | 0 | 0.66 | 0.61 | 0.08 | 355.71 | 0.79 | 0.62 |
| Hex | EB | 51 | 5C | 0 | 42 | 3D | 8 | 164 | 4F | 3E |
| Octal | 353 | 121 | 134 | 0 | 102 | 75 | 10 | 544 | 117 | 76 |
| Binary | 11101011 | 1010001 | 1011100 | 0 | 1000010 | 111101 | 1000 | 101100100 | 1001111 | 111110 |
Color Harmonies of #EB515C
Complementary color
Monochromatic Colors of #EB515C
Black with #EB515C
Text Example
Text Example
White with #EB515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB515C; }
p { color: rgb(235,81,92); }
H1.HeaderClassName
{
color: #EB515C;
}
.AnyTagClassName
{
color: #EB515C;
}
</style>
background-color css
<style>
a { background-color: #EB515C; }
a { background-color: rgb(235,81,92); }
div.DivClassName
{
background-color: #EB515C;
}
.BgClassName
{
background-color: #EB515C;
}
</style>
border-color css
<style>
span { border-color: #EB515C; }
span { border-color: rgb(235,81,92); }
td.TdClassName
{
border-color: #EB515C;
}
.TagClassName
{
border-color: #EB515C;
}
</style>