Shades of Deep Pink #EE148B
Tints of Deep Pink #EE148B
RGB
CMYK
RGB Variations
Color information
#EE148B (or 0xEE148B) is known color: Deep Pink. HEX triplet: EE, 14 and 8B. RGB value is (238,20,139). Sum of RGB (Red+Green+Blue) = 238+20+139=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE148B is #11EB74. Grayscale: #626262. Windows color (decimal): -1174389 or 9114862. OLE color: 9114862.
HSL color Cylindrical-coordinate representation of color #EE148B: hue angle of 327.25º 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 #EE148B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 139 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.07 |
| HSL | 327.25º | 0.87% | 0.51% | - |
| HSV(B) | 327.25º | 0.92% | 0.93% | - |
| XYZ | 40.17 | 20.54 | 26.27 | - |
| YUV | 98.75 | 150.72 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 139 | 0 | 0.92 | 0.42 | 0.07 | 327.25 | 0.87 | 0.51 |
| Hex | EE | 14 | 8B | 0 | 5C | 2A | 7 | 147 | 57 | 33 |
| Octal | 356 | 24 | 213 | 0 | 134 | 52 | 7 | 507 | 127 | 63 |
| Binary | 11101110 | 10100 | 10001011 | 0 | 1011100 | 101010 | 111 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EE148B
Complementary color
Monochromatic Colors of #EE148B
Black with #EE148B
Text Example
Text Example
White with #EE148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE148B; }
p { color: rgb(238,20,139); }
H1.HeaderClassName
{
color: #EE148B;
}
.AnyTagClassName
{
color: #EE148B;
}
</style>
background-color css
<style>
a { background-color: #EE148B; }
a { background-color: rgb(238,20,139); }
div.DivClassName
{
background-color: #EE148B;
}
.BgClassName
{
background-color: #EE148B;
}
</style>
border-color css
<style>
span { border-color: #EE148B; }
span { border-color: rgb(238,20,139); }
td.TdClassName
{
border-color: #EE148B;
}
.TagClassName
{
border-color: #EE148B;
}
</style>