Shades of Mandy #EE505C
Tints of Mandy #EE505C
RGB
CMYK
RGB Variations
Color information
#EE505C (or 0xEE505C) is known color: Mandy. HEX triplet: EE, 50 and 5C. RGB value is (238,80,92). Sum of RGB (Red+Green+Blue) = 238+80+92=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505C is #11AFA3. Grayscale: #808080. Windows color (decimal): -1159076 or 6050030. OLE color: 6050030.
HSL color Cylindrical-coordinate representation of color #EE505C: hue angle of 355.44º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE505C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 92 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355.44º | 0.82% | 0.62% | - |
| HSV(B) | 355.44º | 0.66% | 0.93% | - |
| XYZ | 40.06 | 24.69 | 12.78 | - |
| YUV | 128.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 92 | 0 | 0.66 | 0.61 | 0.07 | 355.44 | 0.82 | 0.62 |
| Hex | EE | 50 | 5C | 0 | 42 | 3D | 7 | 163 | 52 | 3E |
| Octal | 356 | 120 | 134 | 0 | 102 | 75 | 7 | 543 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1011100 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010010 | 111110 |
Color Harmonies of #EE505C
Complementary color
Monochromatic Colors of #EE505C
Black with #EE505C
Text Example
Text Example
White with #EE505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE505C; }
p { color: rgb(238,80,92); }
H1.HeaderClassName
{
color: #EE505C;
}
.AnyTagClassName
{
color: #EE505C;
}
</style>
background-color css
<style>
a { background-color: #EE505C; }
a { background-color: rgb(238,80,92); }
div.DivClassName
{
background-color: #EE505C;
}
.BgClassName
{
background-color: #EE505C;
}
</style>
border-color css
<style>
span { border-color: #EE505C; }
span { border-color: rgb(238,80,92); }
td.TdClassName
{
border-color: #EE505C;
}
.TagClassName
{
border-color: #EE505C;
}
</style>