Shades of Deep Pink #EE027D
Tints of Deep Pink #EE027D
RGB
CMYK
RGB Variations
Color information
#EE027D (or 0xEE027D) is known color: Deep Pink. HEX triplet: EE, 02 and 7D. RGB value is (238,2,125). Sum of RGB (Red+Green+Blue) = 238+2+125=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE027D is #11FD82. Grayscale: #565656. Windows color (decimal): -1179011 or 8192750. OLE color: 8192750.
HSL color Cylindrical-coordinate representation of color #EE027D: hue angle of 328.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE027D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.07 |
| HSL | 328.73º | 0.98% | 0.47% | - |
| HSV(B) | 328.73º | 0.99% | 0.93% | - |
| XYZ | 38.98 | 19.7 | 21.15 | - |
| YUV | 86.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 125 | 0 | 0.99 | 0.47 | 0.07 | 328.73 | 0.98 | 0.47 |
| Hex | EE | 2 | 7D | 0 | 63 | 2F | 7 | 149 | 62 | 2F |
| Octal | 356 | 2 | 175 | 0 | 143 | 57 | 7 | 511 | 142 | 57 |
| Binary | 11101110 | 10 | 1111101 | 0 | 1100011 | 101111 | 111 | 101001001 | 1100010 | 101111 |
Color Harmonies of #EE027D
Complementary color
Monochromatic Colors of #EE027D
Black with #EE027D
Text Example
Text Example
White with #EE027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE027D; }
p { color: rgb(238,2,125); }
H1.HeaderClassName
{
color: #EE027D;
}
.AnyTagClassName
{
color: #EE027D;
}
</style>
background-color css
<style>
a { background-color: #EE027D; }
a { background-color: rgb(238,2,125); }
div.DivClassName
{
background-color: #EE027D;
}
.BgClassName
{
background-color: #EE027D;
}
</style>
border-color css
<style>
span { border-color: #EE027D; }
span { border-color: rgb(238,2,125); }
td.TdClassName
{
border-color: #EE027D;
}
.TagClassName
{
border-color: #EE027D;
}
</style>