Shades of Mandy #EF515C
Tints of Mandy #EF515C
RGB
CMYK
RGB Variations
Color information
#EF515C (or 0xEF515C) is known color: Mandy. HEX triplet: EF, 51 and 5C. RGB value is (239,81,92). Sum of RGB (Red+Green+Blue) = 239+81+92=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF515C is #10AEA3. Grayscale: #818181. Windows color (decimal): -1093284 or 6050287. OLE color: 6050287.
HSL color Cylindrical-coordinate representation of color #EF515C: hue angle of 355.82º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF515C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 92 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.06 |
| HSL | 355.82º | 0.83% | 0.63% | - |
| HSV(B) | 355.82º | 0.66% | 0.94% | - |
| XYZ | 40.47 | 25.01 | 12.82 | - |
| YUV | 129.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 92 | 0 | 0.66 | 0.62 | 0.06 | 355.82 | 0.83 | 0.63 |
| Hex | EF | 51 | 5C | 0 | 42 | 3E | 6 | 164 | 53 | 3F |
| Octal | 357 | 121 | 134 | 0 | 102 | 76 | 6 | 544 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1011100 | 0 | 1000010 | 111110 | 110 | 101100100 | 1010011 | 111111 |
Color Harmonies of #EF515C
Complementary color
Monochromatic Colors of #EF515C
Black with #EF515C
Text Example
Text Example
White with #EF515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF515C; }
p { color: rgb(239,81,92); }
H1.HeaderClassName
{
color: #EF515C;
}
.AnyTagClassName
{
color: #EF515C;
}
</style>
background-color css
<style>
a { background-color: #EF515C; }
a { background-color: rgb(239,81,92); }
div.DivClassName
{
background-color: #EF515C;
}
.BgClassName
{
background-color: #EF515C;
}
</style>
border-color css
<style>
span { border-color: #EF515C; }
span { border-color: rgb(239,81,92); }
td.TdClassName
{
border-color: #EF515C;
}
.TagClassName
{
border-color: #EF515C;
}
</style>