Shades of Deep Pink #EE048A
Tints of Deep Pink #EE048A
RGB
CMYK
RGB Variations
Color information
#EE048A (or 0xEE048A) is known color: Deep Pink. HEX triplet: EE, 04 and 8A. RGB value is (238,4,138). Sum of RGB (Red+Green+Blue) = 238+4+138=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE048A is #11FB75. Grayscale: #585858. Windows color (decimal): -1178486 or 9045230. OLE color: 9045230.
HSL color Cylindrical-coordinate representation of color #EE048A: hue angle of 325.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE048A is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.07 |
| HSL | 325.64º | 0.97% | 0.47% | - |
| HSV(B) | 325.64º | 0.98% | 0.93% | - |
| XYZ | 39.89 | 20.1 | 25.82 | - |
| YUV | 89.24 | 155.52 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 138 | 0 | 0.98 | 0.42 | 0.07 | 325.64 | 0.97 | 0.47 |
| Hex | EE | 4 | 8A | 0 | 62 | 2A | 7 | 146 | 61 | 2F |
| Octal | 356 | 4 | 212 | 0 | 142 | 52 | 7 | 506 | 141 | 57 |
| Binary | 11101110 | 100 | 10001010 | 0 | 1100010 | 101010 | 111 | 101000110 | 1100001 | 101111 |
Color Harmonies of #EE048A
Complementary color
Monochromatic Colors of #EE048A
Black with #EE048A
Text Example
Text Example
White with #EE048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE048A; }
p { color: rgb(238,4,138); }
H1.HeaderClassName
{
color: #EE048A;
}
.AnyTagClassName
{
color: #EE048A;
}
</style>
background-color css
<style>
a { background-color: #EE048A; }
a { background-color: rgb(238,4,138); }
div.DivClassName
{
background-color: #EE048A;
}
.BgClassName
{
background-color: #EE048A;
}
</style>
border-color css
<style>
span { border-color: #EE048A; }
span { border-color: rgb(238,4,138); }
td.TdClassName
{
border-color: #EE048A;
}
.TagClassName
{
border-color: #EE048A;
}
</style>