Shades of Hot Pink #EE5DB2
Tints of Hot Pink #EE5DB2
RGB
CMYK
RGB Variations
Color information
#EE5DB2 (or 0xEE5DB2) is known color: Hot Pink. HEX triplet: EE, 5D and B2. RGB value is (238,93,178). Sum of RGB (Red+Green+Blue) = 238+93+178=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5DB2 is #11A24D. Grayscale: #919191. Windows color (decimal): -1155662 or 11689454. OLE color: 11689454.
HSL color Cylindrical-coordinate representation of color #EE5DB2: hue angle of 324.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5DB2 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 178 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.07 |
| HSL | 324.83º | 0.81% | 0.65% | - |
| HSV(B) | 324.83º | 0.61% | 0.93% | - |
| XYZ | 47.21 | 29.22 | 45.27 | - |
| YUV | 146.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 178 | 0 | 0.61 | 0.25 | 0.07 | 324.83 | 0.81 | 0.65 |
| Hex | EE | 5D | B2 | 0 | 3D | 19 | 7 | 145 | 51 | 41 |
| Octal | 356 | 135 | 262 | 0 | 75 | 31 | 7 | 505 | 121 | 101 |
| Binary | 11101110 | 1011101 | 10110010 | 0 | 111101 | 11001 | 111 | 101000101 | 1010001 | 1000001 |
Color Harmonies of #EE5DB2
Complementary color
Monochromatic Colors of #EE5DB2
Black with #EE5DB2
Text Example
Text Example
White with #EE5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5DB2; }
p { color: rgb(238,93,178); }
H1.HeaderClassName
{
color: #EE5DB2;
}
.AnyTagClassName
{
color: #EE5DB2;
}
</style>
background-color css
<style>
a { background-color: #EE5DB2; }
a { background-color: rgb(238,93,178); }
div.DivClassName
{
background-color: #EE5DB2;
}
.BgClassName
{
background-color: #EE5DB2;
}
</style>
border-color css
<style>
span { border-color: #EE5DB2; }
span { border-color: rgb(238,93,178); }
td.TdClassName
{
border-color: #EE5DB2;
}
.TagClassName
{
border-color: #EE5DB2;
}
</style>