Shades of Deep Pink #EE238F
Tints of Deep Pink #EE238F
RGB
CMYK
RGB Variations
Color information
#EE238F (or 0xEE238F) is known color: Deep Pink. HEX triplet: EE, 23 and 8F. RGB value is (238,35,143). Sum of RGB (Red+Green+Blue) = 238+35+143=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE238F is #11DC70. Grayscale: #6B6B6B. Windows color (decimal): -1170545 or 9380846. OLE color: 9380846.
HSL color Cylindrical-coordinate representation of color #EE238F: hue angle of 328.08º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE238F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 143 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.07 |
| HSL | 328.08º | 0.86% | 0.54% | - |
| HSV(B) | 328.08º | 0.85% | 0.93% | - |
| XYZ | 40.82 | 21.36 | 27.96 | - |
| YUV | 108.01 | 147.75 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 143 | 0 | 0.85 | 0.40 | 0.07 | 328.08 | 0.86 | 0.54 |
| Hex | EE | 23 | 8F | 0 | 55 | 28 | 7 | 148 | 56 | 36 |
| Octal | 356 | 43 | 217 | 0 | 125 | 50 | 7 | 510 | 126 | 66 |
| Binary | 11101110 | 100011 | 10001111 | 0 | 1010101 | 101000 | 111 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EE238F
Complementary color
Monochromatic Colors of #EE238F
Black with #EE238F
Text Example
Text Example
White with #EE238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE238F; }
p { color: rgb(238,35,143); }
H1.HeaderClassName
{
color: #EE238F;
}
.AnyTagClassName
{
color: #EE238F;
}
</style>
background-color css
<style>
a { background-color: #EE238F; }
a { background-color: rgb(238,35,143); }
div.DivClassName
{
background-color: #EE238F;
}
.BgClassName
{
background-color: #EE238F;
}
</style>
border-color css
<style>
span { border-color: #EE238F; }
span { border-color: rgb(238,35,143); }
td.TdClassName
{
border-color: #EE238F;
}
.TagClassName
{
border-color: #EE238F;
}
</style>