Shades of Deep Pink #EE148C
Tints of Deep Pink #EE148C
RGB
CMYK
RGB Variations
Color information
#EE148C (or 0xEE148C) is known color: Deep Pink. HEX triplet: EE, 14 and 8C. RGB value is (238,20,140). Sum of RGB (Red+Green+Blue) = 238+20+140=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE148C is #11EB73. Grayscale: #626262. Windows color (decimal): -1174388 or 9180398. OLE color: 9180398.
HSL color Cylindrical-coordinate representation of color #EE148C: hue angle of 326.97º 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 #EE148C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 140 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.07 |
| HSL | 326.97º | 0.87% | 0.51% | - |
| HSV(B) | 326.97º | 0.92% | 0.93% | - |
| XYZ | 40.24 | 20.57 | 26.66 | - |
| YUV | 98.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 140 | 0 | 0.92 | 0.41 | 0.07 | 326.97 | 0.87 | 0.51 |
| Hex | EE | 14 | 8C | 0 | 5C | 29 | 7 | 147 | 57 | 33 |
| Octal | 356 | 24 | 214 | 0 | 134 | 51 | 7 | 507 | 127 | 63 |
| Binary | 11101110 | 10100 | 10001100 | 0 | 1011100 | 101001 | 111 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EE148C
Complementary color
Monochromatic Colors of #EE148C
Black with #EE148C
Text Example
Text Example
White with #EE148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE148C; }
p { color: rgb(238,20,140); }
H1.HeaderClassName
{
color: #EE148C;
}
.AnyTagClassName
{
color: #EE148C;
}
</style>
background-color css
<style>
a { background-color: #EE148C; }
a { background-color: rgb(238,20,140); }
div.DivClassName
{
background-color: #EE148C;
}
.BgClassName
{
background-color: #EE148C;
}
</style>
border-color css
<style>
span { border-color: #EE148C; }
span { border-color: rgb(238,20,140); }
td.TdClassName
{
border-color: #EE148C;
}
.TagClassName
{
border-color: #EE148C;
}
</style>