Shades of Mandy #EE525D
Tints of Mandy #EE525D
RGB
CMYK
RGB Variations
Color information
#EE525D (or 0xEE525D) is known color: Mandy. HEX triplet: EE, 52 and 5D. RGB value is (238,82,93). Sum of RGB (Red+Green+Blue) = 238+82+93=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE525D is #11ADA2. Grayscale: #828282. Windows color (decimal): -1158563 or 6116078. OLE color: 6116078.
HSL color Cylindrical-coordinate representation of color #EE525D: hue angle of 355.77º 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 #EE525D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 93 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.77º | 0.82% | 0.63% | - |
| HSV(B) | 355.77º | 0.66% | 0.93% | - |
| XYZ | 40.25 | 25 | 13.06 | - |
| YUV | 129.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 93 | 0 | 0.66 | 0.61 | 0.07 | 355.77 | 0.82 | 0.63 |
| Hex | EE | 52 | 5D | 0 | 42 | 3D | 7 | 164 | 52 | 3F |
| Octal | 356 | 122 | 135 | 0 | 102 | 75 | 7 | 544 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1011101 | 0 | 1000010 | 111101 | 111 | 101100100 | 1010010 | 111111 |
Color Harmonies of #EE525D
Complementary color
Monochromatic Colors of #EE525D
Black with #EE525D
Text Example
Text Example
White with #EE525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE525D; }
p { color: rgb(238,82,93); }
H1.HeaderClassName
{
color: #EE525D;
}
.AnyTagClassName
{
color: #EE525D;
}
</style>
background-color css
<style>
a { background-color: #EE525D; }
a { background-color: rgb(238,82,93); }
div.DivClassName
{
background-color: #EE525D;
}
.BgClassName
{
background-color: #EE525D;
}
</style>
border-color css
<style>
span { border-color: #EE525D; }
span { border-color: rgb(238,82,93); }
td.TdClassName
{
border-color: #EE525D;
}
.TagClassName
{
border-color: #EE525D;
}
</style>