Shades of Hot Pink #EE67A4
Tints of Hot Pink #EE67A4
RGB
CMYK
RGB Variations
Color information
#EE67A4 (or 0xEE67A4) is known color: Hot Pink. HEX triplet: EE, 67 and A4. RGB value is (238,103,164). Sum of RGB (Red+Green+Blue) = 238+103+164=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE67A4 is #11985B. Grayscale: #969696. Windows color (decimal): -1153116 or 10774510. OLE color: 10774510.
HSL color Cylindrical-coordinate representation of color #EE67A4: hue angle of 332.89º 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 #EE67A4 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 164 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.07 |
| HSL | 332.89º | 0.8% | 0.67% | - |
| HSV(B) | 332.89º | 0.57% | 0.93% | - |
| XYZ | 46.81 | 30.56 | 38.55 | - |
| YUV | 150.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 164 | 0 | 0.57 | 0.31 | 0.07 | 332.89 | 0.8 | 0.67 |
| Hex | EE | 67 | A4 | 0 | 39 | 1F | 7 | 14D | 50 | 43 |
| Octal | 356 | 147 | 244 | 0 | 71 | 37 | 7 | 515 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10100100 | 0 | 111001 | 11111 | 111 | 101001101 | 1010000 | 1000011 |
Color Harmonies of #EE67A4
Complementary color
Monochromatic Colors of #EE67A4
Black with #EE67A4
Text Example
Text Example
White with #EE67A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67A4; }
p { color: rgb(238,103,164); }
H1.HeaderClassName
{
color: #EE67A4;
}
.AnyTagClassName
{
color: #EE67A4;
}
</style>
background-color css
<style>
a { background-color: #EE67A4; }
a { background-color: rgb(238,103,164); }
div.DivClassName
{
background-color: #EE67A4;
}
.BgClassName
{
background-color: #EE67A4;
}
</style>
border-color css
<style>
span { border-color: #EE67A4; }
span { border-color: rgb(238,103,164); }
td.TdClassName
{
border-color: #EE67A4;
}
.TagClassName
{
border-color: #EE67A4;
}
</style>