Shades of Hot Pink #EA66AF
Tints of Hot Pink #EA66AF
RGB
CMYK
RGB Variations
Color information
#EA66AF (or 0xEA66AF) is known color: Hot Pink. HEX triplet: EA, 66 and AF. RGB value is (234,102,175). Sum of RGB (Red+Green+Blue) = 234+102+175=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66AF is #159950. Grayscale: #959595. Windows color (decimal): -1415505 or 11495146. OLE color: 11495146.
HSL color Cylindrical-coordinate representation of color #EA66AF: hue angle of 326.82º 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 #EA66AF is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 175 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.08 |
| HSL | 326.82º | 0.76% | 0.66% | - |
| HSV(B) | 326.82º | 0.56% | 0.92% | - |
| XYZ | 46.42 | 30.09 | 43.92 | - |
| YUV | 149.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 175 | 0 | 0.56 | 0.25 | 0.08 | 326.82 | 0.76 | 0.66 |
| Hex | EA | 66 | AF | 0 | 38 | 19 | 8 | 147 | 4C | 42 |
| Octal | 352 | 146 | 257 | 0 | 70 | 31 | 10 | 507 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10101111 | 0 | 111000 | 11001 | 1000 | 101000111 | 1001100 | 1000010 |
Color Harmonies of #EA66AF
Complementary color
Monochromatic Colors of #EA66AF
Black with #EA66AF
Text Example
Text Example
White with #EA66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66AF; }
p { color: rgb(234,102,175); }
H1.HeaderClassName
{
color: #EA66AF;
}
.AnyTagClassName
{
color: #EA66AF;
}
</style>
background-color css
<style>
a { background-color: #EA66AF; }
a { background-color: rgb(234,102,175); }
div.DivClassName
{
background-color: #EA66AF;
}
.BgClassName
{
background-color: #EA66AF;
}
</style>
border-color css
<style>
span { border-color: #EA66AF; }
span { border-color: rgb(234,102,175); }
td.TdClassName
{
border-color: #EA66AF;
}
.TagClassName
{
border-color: #EA66AF;
}
</style>