Shades of Hot Pink #EE67A8
Tints of Hot Pink #EE67A8
RGB
CMYK
RGB Variations
Color information
#EE67A8 (or 0xEE67A8) is known color: Hot Pink. HEX triplet: EE, 67 and A8. RGB value is (238,103,168). Sum of RGB (Red+Green+Blue) = 238+103+168=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE67A8 is #119857. Grayscale: #969696. Windows color (decimal): -1153112 or 11036654. OLE color: 11036654.
HSL color Cylindrical-coordinate representation of color #EE67A8: hue angle of 331.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE67A8 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 168 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.07 |
| HSL | 331.11º | 0.8% | 0.67% | - |
| HSV(B) | 331.11º | 0.57% | 0.93% | - |
| XYZ | 47.18 | 30.7 | 40.49 | - |
| YUV | 150.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 168 | 0 | 0.57 | 0.29 | 0.07 | 331.11 | 0.8 | 0.67 |
| Hex | EE | 67 | A8 | 0 | 39 | 1D | 7 | 14B | 50 | 43 |
| Octal | 356 | 147 | 250 | 0 | 71 | 35 | 7 | 513 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10101000 | 0 | 111001 | 11101 | 111 | 101001011 | 1010000 | 1000011 |
Color Harmonies of #EE67A8
Complementary color
Monochromatic Colors of #EE67A8
Black with #EE67A8
Text Example
Text Example
White with #EE67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67A8; }
p { color: rgb(238,103,168); }
H1.HeaderClassName
{
color: #EE67A8;
}
.AnyTagClassName
{
color: #EE67A8;
}
</style>
background-color css
<style>
a { background-color: #EE67A8; }
a { background-color: rgb(238,103,168); }
div.DivClassName
{
background-color: #EE67A8;
}
.BgClassName
{
background-color: #EE67A8;
}
</style>
border-color css
<style>
span { border-color: #EE67A8; }
span { border-color: rgb(238,103,168); }
td.TdClassName
{
border-color: #EE67A8;
}
.TagClassName
{
border-color: #EE67A8;
}
</style>