Shades of Hot Pink #EA68AD
Tints of Hot Pink #EA68AD
RGB
CMYK
RGB Variations
Color information
#EA68AD (or 0xEA68AD) is known color: Hot Pink. HEX triplet: EA, 68 and AD. RGB value is (234,104,173). Sum of RGB (Red+Green+Blue) = 234+104+173=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68AD is #159752. Grayscale: #969696. Windows color (decimal): -1414995 or 11364586. OLE color: 11364586.
HSL color Cylindrical-coordinate representation of color #EA68AD: hue angle of 328.15º 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 #EA68AD is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 173 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.08 |
| HSL | 328.15º | 0.76% | 0.66% | - |
| HSV(B) | 328.15º | 0.56% | 0.92% | - |
| XYZ | 46.42 | 30.41 | 42.96 | - |
| YUV | 150.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 173 | 0 | 0.56 | 0.26 | 0.08 | 328.15 | 0.76 | 0.66 |
| Hex | EA | 68 | AD | 0 | 38 | 1A | 8 | 148 | 4C | 42 |
| Octal | 352 | 150 | 255 | 0 | 70 | 32 | 10 | 510 | 114 | 102 |
| Binary | 11101010 | 1101000 | 10101101 | 0 | 111000 | 11010 | 1000 | 101001000 | 1001100 | 1000010 |
Color Harmonies of #EA68AD
Complementary color
Monochromatic Colors of #EA68AD
Black with #EA68AD
Text Example
Text Example
White with #EA68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68AD; }
p { color: rgb(234,104,173); }
H1.HeaderClassName
{
color: #EA68AD;
}
.AnyTagClassName
{
color: #EA68AD;
}
</style>
background-color css
<style>
a { background-color: #EA68AD; }
a { background-color: rgb(234,104,173); }
div.DivClassName
{
background-color: #EA68AD;
}
.BgClassName
{
background-color: #EA68AD;
}
</style>
border-color css
<style>
span { border-color: #EA68AD; }
span { border-color: rgb(234,104,173); }
td.TdClassName
{
border-color: #EA68AD;
}
.TagClassName
{
border-color: #EA68AD;
}
</style>