Shades of Deep Pink #EE148A
Tints of Deep Pink #EE148A
RGB
CMYK
RGB Variations
Color information
#EE148A (or 0xEE148A) is known color: Deep Pink. HEX triplet: EE, 14 and 8A. RGB value is (238,20,138). Sum of RGB (Red+Green+Blue) = 238+20+138=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE148A is #11EB75. Grayscale: #626262. Windows color (decimal): -1174390 or 9049326. OLE color: 9049326.
HSL color Cylindrical-coordinate representation of color #EE148A: hue angle of 327.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE148A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 138 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.07 |
| HSL | 327.52º | 0.87% | 0.51% | - |
| HSV(B) | 327.52º | 0.92% | 0.93% | - |
| XYZ | 40.1 | 20.51 | 25.89 | - |
| YUV | 98.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 138 | 0 | 0.92 | 0.42 | 0.07 | 327.52 | 0.87 | 0.51 |
| Hex | EE | 14 | 8A | 0 | 5C | 2A | 7 | 148 | 57 | 33 |
| Octal | 356 | 24 | 212 | 0 | 134 | 52 | 7 | 510 | 127 | 63 |
| Binary | 11101110 | 10100 | 10001010 | 0 | 1011100 | 101010 | 111 | 101001000 | 1010111 | 110011 |
Color Harmonies of #EE148A
Complementary color
Monochromatic Colors of #EE148A
Black with #EE148A
Text Example
Text Example
White with #EE148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE148A; }
p { color: rgb(238,20,138); }
H1.HeaderClassName
{
color: #EE148A;
}
.AnyTagClassName
{
color: #EE148A;
}
</style>
background-color css
<style>
a { background-color: #EE148A; }
a { background-color: rgb(238,20,138); }
div.DivClassName
{
background-color: #EE148A;
}
.BgClassName
{
background-color: #EE148A;
}
</style>
border-color css
<style>
span { border-color: #EE148A; }
span { border-color: rgb(238,20,138); }
td.TdClassName
{
border-color: #EE148A;
}
.TagClassName
{
border-color: #EE148A;
}
</style>