Shades of Deep Pink #EE0481
Tints of Deep Pink #EE0481
RGB
CMYK
RGB Variations
Color information
#EE0481 (or 0xEE0481) is known color: Deep Pink. HEX triplet: EE, 04 and 81. RGB value is (238,4,129). Sum of RGB (Red+Green+Blue) = 238+4+129=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0481 is #11FB7E. Grayscale: #575757. Windows color (decimal): -1178495 or 8455406. OLE color: 8455406.
HSL color Cylindrical-coordinate representation of color #EE0481: hue angle of 327.95º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0481 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.07 |
| HSL | 327.95º | 0.97% | 0.47% | - |
| HSV(B) | 327.95º | 0.98% | 0.93% | - |
| XYZ | 39.27 | 19.85 | 22.53 | - |
| YUV | 88.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 129 | 0 | 0.98 | 0.46 | 0.07 | 327.95 | 0.97 | 0.47 |
| Hex | EE | 4 | 81 | 0 | 62 | 2E | 7 | 148 | 61 | 2F |
| Octal | 356 | 4 | 201 | 0 | 142 | 56 | 7 | 510 | 141 | 57 |
| Binary | 11101110 | 100 | 10000001 | 0 | 1100010 | 101110 | 111 | 101001000 | 1100001 | 101111 |
Color Harmonies of #EE0481
Complementary color
Monochromatic Colors of #EE0481
Black with #EE0481
Text Example
Text Example
White with #EE0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0481; }
p { color: rgb(238,4,129); }
H1.HeaderClassName
{
color: #EE0481;
}
.AnyTagClassName
{
color: #EE0481;
}
</style>
background-color css
<style>
a { background-color: #EE0481; }
a { background-color: rgb(238,4,129); }
div.DivClassName
{
background-color: #EE0481;
}
.BgClassName
{
background-color: #EE0481;
}
</style>
border-color css
<style>
span { border-color: #EE0481; }
span { border-color: rgb(238,4,129); }
td.TdClassName
{
border-color: #EE0481;
}
.TagClassName
{
border-color: #EE0481;
}
</style>