Shades of Deep Pink #EE147B
Tints of Deep Pink #EE147B
RGB
CMYK
RGB Variations
Color information
#EE147B (or 0xEE147B) is known color: Deep Pink. HEX triplet: EE, 14 and 7B. RGB value is (238,20,123). Sum of RGB (Red+Green+Blue) = 238+20+123=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE147B is #11EB84. Grayscale: #606060. Windows color (decimal): -1174405 or 8066286. OLE color: 8066286.
HSL color Cylindrical-coordinate representation of color #EE147B: hue angle of 331.65º 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 #EE147B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 123 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.07 |
| HSL | 331.65º | 0.87% | 0.51% | - |
| HSV(B) | 331.65º | 0.92% | 0.93% | - |
| XYZ | 39.09 | 20.11 | 20.56 | - |
| YUV | 96.92 | 142.72 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 123 | 0 | 0.92 | 0.48 | 0.07 | 331.65 | 0.87 | 0.51 |
| Hex | EE | 14 | 7B | 0 | 5C | 30 | 7 | 14C | 57 | 33 |
| Octal | 356 | 24 | 173 | 0 | 134 | 60 | 7 | 514 | 127 | 63 |
| Binary | 11101110 | 10100 | 1111011 | 0 | 1011100 | 110000 | 111 | 101001100 | 1010111 | 110011 |
Color Harmonies of #EE147B
Complementary color
Monochromatic Colors of #EE147B
Black with #EE147B
Text Example
Text Example
White with #EE147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE147B; }
p { color: rgb(238,20,123); }
H1.HeaderClassName
{
color: #EE147B;
}
.AnyTagClassName
{
color: #EE147B;
}
</style>
background-color css
<style>
a { background-color: #EE147B; }
a { background-color: rgb(238,20,123); }
div.DivClassName
{
background-color: #EE147B;
}
.BgClassName
{
background-color: #EE147B;
}
</style>
border-color css
<style>
span { border-color: #EE147B; }
span { border-color: rgb(238,20,123); }
td.TdClassName
{
border-color: #EE147B;
}
.TagClassName
{
border-color: #EE147B;
}
</style>