Shades of Mandy #EE505A
Tints of Mandy #EE505A
RGB
CMYK
RGB Variations
Color information
#EE505A (or 0xEE505A) is known color: Mandy. HEX triplet: EE, 50 and 5A. RGB value is (238,80,90). Sum of RGB (Red+Green+Blue) = 238+80+90=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505A is #11AFA5. Grayscale: #808080. Windows color (decimal): -1159078 or 5918958. OLE color: 5918958.
HSL color Cylindrical-coordinate representation of color #EE505A: hue angle of 356.2º 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 #EE505A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 90 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.07 |
| HSL | 356.2º | 0.82% | 0.62% | - |
| HSV(B) | 356.2º | 0.66% | 0.93% | - |
| XYZ | 39.97 | 24.65 | 12.32 | - |
| YUV | 128.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 90 | 0 | 0.66 | 0.62 | 0.07 | 356.2 | 0.82 | 0.62 |
| Hex | EE | 50 | 5A | 0 | 42 | 3E | 7 | 164 | 52 | 3E |
| Octal | 356 | 120 | 132 | 0 | 102 | 76 | 7 | 544 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1011010 | 0 | 1000010 | 111110 | 111 | 101100100 | 1010010 | 111110 |
Color Harmonies of #EE505A
Complementary color
Monochromatic Colors of #EE505A
Black with #EE505A
Text Example
Text Example
White with #EE505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE505A; }
p { color: rgb(238,80,90); }
H1.HeaderClassName
{
color: #EE505A;
}
.AnyTagClassName
{
color: #EE505A;
}
</style>
background-color css
<style>
a { background-color: #EE505A; }
a { background-color: rgb(238,80,90); }
div.DivClassName
{
background-color: #EE505A;
}
.BgClassName
{
background-color: #EE505A;
}
</style>
border-color css
<style>
span { border-color: #EE505A; }
span { border-color: rgb(238,80,90); }
td.TdClassName
{
border-color: #EE505A;
}
.TagClassName
{
border-color: #EE505A;
}
</style>