Shades of Deep Pink #ED149A
Tints of Deep Pink #ED149A
RGB
CMYK
RGB Variations
Color information
#ED149A (or 0xED149A) is known color: Deep Pink. HEX triplet: ED, 14 and 9A. RGB value is (237,20,154). Sum of RGB (Red+Green+Blue) = 237+20+154=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED149A is #12EB65. Grayscale: #636363. Windows color (decimal): -1239910 or 10097901. OLE color: 10097901.
HSL color Cylindrical-coordinate representation of color #ED149A: hue angle of 322.95º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED149A is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 154 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.07 |
| HSL | 322.95º | 0.86% | 0.5% | - |
| HSV(B) | 322.95º | 0.92% | 0.93% | - |
| XYZ | 41.01 | 20.84 | 32.43 | - |
| YUV | 100.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 154 | 0 | 0.92 | 0.35 | 0.07 | 322.95 | 0.86 | 0.5 |
| Hex | ED | 14 | 9A | 0 | 5C | 23 | 7 | 143 | 56 | 32 |
| Octal | 355 | 24 | 232 | 0 | 134 | 43 | 7 | 503 | 126 | 62 |
| Binary | 11101101 | 10100 | 10011010 | 0 | 1011100 | 100011 | 111 | 101000011 | 1010110 | 110010 |
Color Harmonies of #ED149A
Complementary color
Monochromatic Colors of #ED149A
Black with #ED149A
Text Example
Text Example
White with #ED149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED149A; }
p { color: rgb(237,20,154); }
H1.HeaderClassName
{
color: #ED149A;
}
.AnyTagClassName
{
color: #ED149A;
}
</style>
background-color css
<style>
a { background-color: #ED149A; }
a { background-color: rgb(237,20,154); }
div.DivClassName
{
background-color: #ED149A;
}
.BgClassName
{
background-color: #ED149A;
}
</style>
border-color css
<style>
span { border-color: #ED149A; }
span { border-color: rgb(237,20,154); }
td.TdClassName
{
border-color: #ED149A;
}
.TagClassName
{
border-color: #ED149A;
}
</style>