Shades of Mandy #EE535B
Tints of Mandy #EE535B
RGB
CMYK
RGB Variations
Color information
#EE535B (or 0xEE535B) is known color: Mandy. HEX triplet: EE, 53 and 5B. RGB value is (238,83,91). Sum of RGB (Red+Green+Blue) = 238+83+91=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE535B is #11ACA4. Grayscale: #828282. Windows color (decimal): -1158309 or 5985262. OLE color: 5985262.
HSL color Cylindrical-coordinate representation of color #EE535B: hue angle of 356.9º 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 #EE535B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 91 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.07 |
| HSL | 356.9º | 0.82% | 0.63% | - |
| HSV(B) | 356.9º | 0.65% | 0.93% | - |
| XYZ | 40.24 | 25.12 | 12.63 | - |
| YUV | 130.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 91 | 0 | 0.65 | 0.62 | 0.07 | 356.9 | 0.82 | 0.63 |
| Hex | EE | 53 | 5B | 0 | 41 | 3E | 7 | 165 | 52 | 3F |
| Octal | 356 | 123 | 133 | 0 | 101 | 76 | 7 | 545 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1011011 | 0 | 1000001 | 111110 | 111 | 101100101 | 1010010 | 111111 |
Color Harmonies of #EE535B
Complementary color
Monochromatic Colors of #EE535B
Black with #EE535B
Text Example
Text Example
White with #EE535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE535B; }
p { color: rgb(238,83,91); }
H1.HeaderClassName
{
color: #EE535B;
}
.AnyTagClassName
{
color: #EE535B;
}
</style>
background-color css
<style>
a { background-color: #EE535B; }
a { background-color: rgb(238,83,91); }
div.DivClassName
{
background-color: #EE535B;
}
.BgClassName
{
background-color: #EE535B;
}
</style>
border-color css
<style>
span { border-color: #EE535B; }
span { border-color: rgb(238,83,91); }
td.TdClassName
{
border-color: #EE535B;
}
.TagClassName
{
border-color: #EE535B;
}
</style>