Shades of Deep Pink #EE129A
Tints of Deep Pink #EE129A
RGB
CMYK
RGB Variations
Color information
#EE129A (or 0xEE129A) is known color: Deep Pink. HEX triplet: EE, 12 and 9A. RGB value is (238,18,154). Sum of RGB (Red+Green+Blue) = 238+18+154=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE129A is #11ED65. Grayscale: #626262. Windows color (decimal): -1174886 or 10097390. OLE color: 10097390.
HSL color Cylindrical-coordinate representation of color #EE129A: hue angle of 322.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE129A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 154 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.07 |
| HSL | 322.91º | 0.87% | 0.5% | - |
| HSV(B) | 322.91º | 0.92% | 0.93% | - |
| XYZ | 41.31 | 20.94 | 32.44 | - |
| YUV | 99.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 154 | 0 | 0.92 | 0.35 | 0.07 | 322.91 | 0.87 | 0.5 |
| Hex | EE | 12 | 9A | 0 | 5C | 23 | 7 | 143 | 57 | 32 |
| Octal | 356 | 22 | 232 | 0 | 134 | 43 | 7 | 503 | 127 | 62 |
| Binary | 11101110 | 10010 | 10011010 | 0 | 1011100 | 100011 | 111 | 101000011 | 1010111 | 110010 |
Color Harmonies of #EE129A
Complementary color
Monochromatic Colors of #EE129A
Black with #EE129A
Text Example
Text Example
White with #EE129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE129A; }
p { color: rgb(238,18,154); }
H1.HeaderClassName
{
color: #EE129A;
}
.AnyTagClassName
{
color: #EE129A;
}
</style>
background-color css
<style>
a { background-color: #EE129A; }
a { background-color: rgb(238,18,154); }
div.DivClassName
{
background-color: #EE129A;
}
.BgClassName
{
background-color: #EE129A;
}
</style>
border-color css
<style>
span { border-color: #EE129A; }
span { border-color: rgb(238,18,154); }
td.TdClassName
{
border-color: #EE129A;
}
.TagClassName
{
border-color: #EE129A;
}
</style>