Shades of Deep Pink #EB149A
Tints of Deep Pink #EB149A
RGB
CMYK
RGB Variations
Color information
#EB149A (or 0xEB149A) is known color: Deep Pink. HEX triplet: EB, 14 and 9A. RGB value is (235,20,154). Sum of RGB (Red+Green+Blue) = 235+20+154=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB149A is #14EB65. Grayscale: #636363. Windows color (decimal): -1370982 or 10097899. OLE color: 10097899.
HSL color Cylindrical-coordinate representation of color #EB149A: hue angle of 322.6º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB149A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.6º | 0.84% | 0.5% | - |
| HSV(B) | 322.6º | 0.91% | 0.92% | - |
| XYZ | 40.34 | 20.5 | 32.4 | - |
| YUV | 99.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 154 | 0 | 0.91 | 0.34 | 0.08 | 322.6 | 0.84 | 0.5 |
| Hex | EB | 14 | 9A | 0 | 5B | 22 | 8 | 143 | 54 | 32 |
| Octal | 353 | 24 | 232 | 0 | 133 | 42 | 10 | 503 | 124 | 62 |
| Binary | 11101011 | 10100 | 10011010 | 0 | 1011011 | 100010 | 1000 | 101000011 | 1010100 | 110010 |
Color Harmonies of #EB149A
Complementary color
Monochromatic Colors of #EB149A
Black with #EB149A
Text Example
Text Example
White with #EB149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB149A; }
p { color: rgb(235,20,154); }
H1.HeaderClassName
{
color: #EB149A;
}
.AnyTagClassName
{
color: #EB149A;
}
</style>
background-color css
<style>
a { background-color: #EB149A; }
a { background-color: rgb(235,20,154); }
div.DivClassName
{
background-color: #EB149A;
}
.BgClassName
{
background-color: #EB149A;
}
</style>
border-color css
<style>
span { border-color: #EB149A; }
span { border-color: rgb(235,20,154); }
td.TdClassName
{
border-color: #EB149A;
}
.TagClassName
{
border-color: #EB149A;
}
</style>