Shades of Mandy #EE515D
Tints of Mandy #EE515D
RGB
CMYK
RGB Variations
Color information
#EE515D (or 0xEE515D) is known color: Mandy. HEX triplet: EE, 51 and 5D. RGB value is (238,81,93). Sum of RGB (Red+Green+Blue) = 238+81+93=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE515D is #11AEA2. Grayscale: #818181. Windows color (decimal): -1158819 or 6115822. OLE color: 6115822.
HSL color Cylindrical-coordinate representation of color #EE515D: hue angle of 355.41º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE515D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 93 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.41º | 0.82% | 0.63% | - |
| HSV(B) | 355.41º | 0.66% | 0.93% | - |
| XYZ | 40.18 | 24.85 | 13.04 | - |
| YUV | 129.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 93 | 0 | 0.66 | 0.61 | 0.07 | 355.41 | 0.82 | 0.63 |
| Hex | EE | 51 | 5D | 0 | 42 | 3D | 7 | 163 | 52 | 3F |
| Octal | 356 | 121 | 135 | 0 | 102 | 75 | 7 | 543 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1011101 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010010 | 111111 |
Color Harmonies of #EE515D
Complementary color
Monochromatic Colors of #EE515D
Black with #EE515D
Text Example
Text Example
White with #EE515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE515D; }
p { color: rgb(238,81,93); }
H1.HeaderClassName
{
color: #EE515D;
}
.AnyTagClassName
{
color: #EE515D;
}
</style>
background-color css
<style>
a { background-color: #EE515D; }
a { background-color: rgb(238,81,93); }
div.DivClassName
{
background-color: #EE515D;
}
.BgClassName
{
background-color: #EE515D;
}
</style>
border-color css
<style>
span { border-color: #EE515D; }
span { border-color: rgb(238,81,93); }
td.TdClassName
{
border-color: #EE515D;
}
.TagClassName
{
border-color: #EE515D;
}
</style>