Shades of Hot Pink #EA67A7
Tints of Hot Pink #EA67A7
RGB
CMYK
RGB Variations
Color information
#EA67A7 (or 0xEA67A7) is known color: Hot Pink. HEX triplet: EA, 67 and A7. RGB value is (234,103,167). Sum of RGB (Red+Green+Blue) = 234+103+167=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA67A7 is #159858. Grayscale: #959595. Windows color (decimal): -1415257 or 10971114. OLE color: 10971114.
HSL color Cylindrical-coordinate representation of color #EA67A7: hue angle of 330.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA67A7 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 167 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.08 |
| HSL | 330.69º | 0.76% | 0.66% | - |
| HSV(B) | 330.69º | 0.56% | 0.92% | - |
| XYZ | 45.76 | 29.98 | 39.93 | - |
| YUV | 149.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 167 | 0 | 0.56 | 0.29 | 0.08 | 330.69 | 0.76 | 0.66 |
| Hex | EA | 67 | A7 | 0 | 38 | 1D | 8 | 14B | 4C | 42 |
| Octal | 352 | 147 | 247 | 0 | 70 | 35 | 10 | 513 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10100111 | 0 | 111000 | 11101 | 1000 | 101001011 | 1001100 | 1000010 |
Color Harmonies of #EA67A7
Complementary color
Monochromatic Colors of #EA67A7
Black with #EA67A7
Text Example
Text Example
White with #EA67A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA67A7; }
p { color: rgb(234,103,167); }
H1.HeaderClassName
{
color: #EA67A7;
}
.AnyTagClassName
{
color: #EA67A7;
}
</style>
background-color css
<style>
a { background-color: #EA67A7; }
a { background-color: rgb(234,103,167); }
div.DivClassName
{
background-color: #EA67A7;
}
.BgClassName
{
background-color: #EA67A7;
}
</style>
border-color css
<style>
span { border-color: #EA67A7; }
span { border-color: rgb(234,103,167); }
td.TdClassName
{
border-color: #EA67A7;
}
.TagClassName
{
border-color: #EA67A7;
}
</style>