Shades of Hot Pink #EA68AA
Tints of Hot Pink #EA68AA
RGB
CMYK
RGB Variations
Color information
#EA68AA (or 0xEA68AA) is known color: Hot Pink. HEX triplet: EA, 68 and AA. RGB value is (234,104,170). Sum of RGB (Red+Green+Blue) = 234+104+170=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68AA is #159755. Grayscale: #969696. Windows color (decimal): -1414998 or 11167978. OLE color: 11167978.
HSL color Cylindrical-coordinate representation of color #EA68AA: hue angle of 329.54º 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 #EA68AA is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 170 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.08 |
| HSL | 329.54º | 0.76% | 0.66% | - |
| HSV(B) | 329.54º | 0.56% | 0.92% | - |
| XYZ | 46.14 | 30.3 | 41.45 | - |
| YUV | 150.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 170 | 0 | 0.56 | 0.27 | 0.08 | 329.54 | 0.76 | 0.66 |
| Hex | EA | 68 | AA | 0 | 38 | 1B | 8 | 14A | 4C | 42 |
| Octal | 352 | 150 | 252 | 0 | 70 | 33 | 10 | 512 | 114 | 102 |
| Binary | 11101010 | 1101000 | 10101010 | 0 | 111000 | 11011 | 1000 | 101001010 | 1001100 | 1000010 |
Color Harmonies of #EA68AA
Complementary color
Monochromatic Colors of #EA68AA
Black with #EA68AA
Text Example
Text Example
White with #EA68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68AA; }
p { color: rgb(234,104,170); }
H1.HeaderClassName
{
color: #EA68AA;
}
.AnyTagClassName
{
color: #EA68AA;
}
</style>
background-color css
<style>
a { background-color: #EA68AA; }
a { background-color: rgb(234,104,170); }
div.DivClassName
{
background-color: #EA68AA;
}
.BgClassName
{
background-color: #EA68AA;
}
</style>
border-color css
<style>
span { border-color: #EA68AA; }
span { border-color: rgb(234,104,170); }
td.TdClassName
{
border-color: #EA68AA;
}
.TagClassName
{
border-color: #EA68AA;
}
</style>