Shades of Mandy #EE535C
Tints of Mandy #EE535C
RGB
CMYK
RGB Variations
Color information
#EE535C (or 0xEE535C) is known color: Mandy. HEX triplet: EE, 53 and 5C. RGB value is (238,83,92). Sum of RGB (Red+Green+Blue) = 238+83+92=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE535C is #11ACA3. Grayscale: #828282. Windows color (decimal): -1158308 or 6050798. OLE color: 6050798.
HSL color Cylindrical-coordinate representation of color #EE535C: hue angle of 356.52º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE535C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 92 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.07 |
| HSL | 356.52º | 0.82% | 0.63% | - |
| HSV(B) | 356.52º | 0.65% | 0.93% | - |
| XYZ | 40.28 | 25.14 | 12.85 | - |
| YUV | 130.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 92 | 0 | 0.65 | 0.61 | 0.07 | 356.52 | 0.82 | 0.63 |
| Hex | EE | 53 | 5C | 0 | 41 | 3D | 7 | 165 | 52 | 3F |
| Octal | 356 | 123 | 134 | 0 | 101 | 75 | 7 | 545 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1011100 | 0 | 1000001 | 111101 | 111 | 101100101 | 1010010 | 111111 |
Color Harmonies of #EE535C
Complementary color
Monochromatic Colors of #EE535C
Black with #EE535C
Text Example
Text Example
White with #EE535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE535C; }
p { color: rgb(238,83,92); }
H1.HeaderClassName
{
color: #EE535C;
}
.AnyTagClassName
{
color: #EE535C;
}
</style>
background-color css
<style>
a { background-color: #EE535C; }
a { background-color: rgb(238,83,92); }
div.DivClassName
{
background-color: #EE535C;
}
.BgClassName
{
background-color: #EE535C;
}
</style>
border-color css
<style>
span { border-color: #EE535C; }
span { border-color: rgb(238,83,92); }
td.TdClassName
{
border-color: #EE535C;
}
.TagClassName
{
border-color: #EE535C;
}
</style>