Shades of Deep Pink #EE1290
Tints of Deep Pink #EE1290
RGB
CMYK
RGB Variations
Color information
#EE1290 (or 0xEE1290) is known color: Deep Pink. HEX triplet: EE, 12 and 90. RGB value is (238,18,144). Sum of RGB (Red+Green+Blue) = 238+18+144=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1290 is #11ED6F. Grayscale: #616161. Windows color (decimal): -1174896 or 9442030. OLE color: 9442030.
HSL color Cylindrical-coordinate representation of color #EE1290: hue angle of 325.64º 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 #EE1290 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.07 |
| HSL | 325.64º | 0.87% | 0.5% | - |
| HSV(B) | 325.64º | 0.92% | 0.93% | - |
| XYZ | 40.51 | 20.62 | 28.23 | - |
| YUV | 98.14 | 153.89 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 144 | 0 | 0.92 | 0.39 | 0.07 | 325.64 | 0.87 | 0.5 |
| Hex | EE | 12 | 90 | 0 | 5C | 27 | 7 | 146 | 57 | 32 |
| Octal | 356 | 22 | 220 | 0 | 134 | 47 | 7 | 506 | 127 | 62 |
| Binary | 11101110 | 10010 | 10010000 | 0 | 1011100 | 100111 | 111 | 101000110 | 1010111 | 110010 |
Color Harmonies of #EE1290
Complementary color
Monochromatic Colors of #EE1290
Black with #EE1290
Text Example
Text Example
White with #EE1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1290; }
p { color: rgb(238,18,144); }
H1.HeaderClassName
{
color: #EE1290;
}
.AnyTagClassName
{
color: #EE1290;
}
</style>
background-color css
<style>
a { background-color: #EE1290; }
a { background-color: rgb(238,18,144); }
div.DivClassName
{
background-color: #EE1290;
}
.BgClassName
{
background-color: #EE1290;
}
</style>
border-color css
<style>
span { border-color: #EE1290; }
span { border-color: rgb(238,18,144); }
td.TdClassName
{
border-color: #EE1290;
}
.TagClassName
{
border-color: #EE1290;
}
</style>