Shades of Hot Pink #EA68AF
Tints of Hot Pink #EA68AF
RGB
CMYK
RGB Variations
Color information
#EA68AF (or 0xEA68AF) is known color: Hot Pink. HEX triplet: EA, 68 and AF. RGB value is (234,104,175). Sum of RGB (Red+Green+Blue) = 234+104+175=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68AF is #159750. Grayscale: #969696. Windows color (decimal): -1414993 or 11495658. OLE color: 11495658.
HSL color Cylindrical-coordinate representation of color #EA68AF: hue angle of 327.23º 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 #EA68AF is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 175 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.08 |
| HSL | 327.23º | 0.76% | 0.66% | - |
| HSV(B) | 327.23º | 0.56% | 0.92% | - |
| XYZ | 46.62 | 30.49 | 43.99 | - |
| YUV | 150.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 175 | 0 | 0.56 | 0.25 | 0.08 | 327.23 | 0.76 | 0.66 |
| Hex | EA | 68 | AF | 0 | 38 | 19 | 8 | 147 | 4C | 42 |
| Octal | 352 | 150 | 257 | 0 | 70 | 31 | 10 | 507 | 114 | 102 |
| Binary | 11101010 | 1101000 | 10101111 | 0 | 111000 | 11001 | 1000 | 101000111 | 1001100 | 1000010 |
Color Harmonies of #EA68AF
Complementary color
Monochromatic Colors of #EA68AF
Black with #EA68AF
Text Example
Text Example
White with #EA68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68AF; }
p { color: rgb(234,104,175); }
H1.HeaderClassName
{
color: #EA68AF;
}
.AnyTagClassName
{
color: #EA68AF;
}
</style>
background-color css
<style>
a { background-color: #EA68AF; }
a { background-color: rgb(234,104,175); }
div.DivClassName
{
background-color: #EA68AF;
}
.BgClassName
{
background-color: #EA68AF;
}
</style>
border-color css
<style>
span { border-color: #EA68AF; }
span { border-color: rgb(234,104,175); }
td.TdClassName
{
border-color: #EA68AF;
}
.TagClassName
{
border-color: #EA68AF;
}
</style>