Shades of Deep Pink #EE0A83
Tints of Deep Pink #EE0A83
RGB
CMYK
RGB Variations
Color information
#EE0A83 (or 0xEE0A83) is known color: Deep Pink. HEX triplet: EE, 0A and 83. RGB value is (238,10,131). Sum of RGB (Red+Green+Blue) = 238+10+131=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A83 is #11F57C. Grayscale: #5B5B5B. Windows color (decimal): -1176957 or 8588014. OLE color: 8588014.
HSL color Cylindrical-coordinate representation of color #EE0A83: hue angle of 328.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A83 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 131 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.07 |
| HSL | 328.16º | 0.92% | 0.49% | - |
| HSV(B) | 328.16º | 0.96% | 0.93% | - |
| XYZ | 39.47 | 20.03 | 23.26 | - |
| YUV | 91.97 | 150.04 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 131 | 0 | 0.96 | 0.45 | 0.07 | 328.16 | 0.92 | 0.49 |
| Hex | EE | A | 83 | 0 | 60 | 2D | 7 | 148 | 5C | 31 |
| Octal | 356 | 12 | 203 | 0 | 140 | 55 | 7 | 510 | 134 | 61 |
| Binary | 11101110 | 1010 | 10000011 | 0 | 1100000 | 101101 | 111 | 101001000 | 1011100 | 110001 |
Color Harmonies of #EE0A83
Complementary color
Monochromatic Colors of #EE0A83
Black with #EE0A83
Text Example
Text Example
White with #EE0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A83; }
p { color: rgb(238,10,131); }
H1.HeaderClassName
{
color: #EE0A83;
}
.AnyTagClassName
{
color: #EE0A83;
}
</style>
background-color css
<style>
a { background-color: #EE0A83; }
a { background-color: rgb(238,10,131); }
div.DivClassName
{
background-color: #EE0A83;
}
.BgClassName
{
background-color: #EE0A83;
}
</style>
border-color css
<style>
span { border-color: #EE0A83; }
span { border-color: rgb(238,10,131); }
td.TdClassName
{
border-color: #EE0A83;
}
.TagClassName
{
border-color: #EE0A83;
}
</style>