Shades of Hot Pink #EA68AC
Tints of Hot Pink #EA68AC
RGB
CMYK
RGB Variations
Color information
#EA68AC (or 0xEA68AC) is known color: Hot Pink. HEX triplet: EA, 68 and AC. RGB value is (234,104,172). Sum of RGB (Red+Green+Blue) = 234+104+172=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68AC is #159753. Grayscale: #969696. Windows color (decimal): -1414996 or 11299050. OLE color: 11299050.
HSL color Cylindrical-coordinate representation of color #EA68AC: hue angle of 328.62º 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 #EA68AC is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 172 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.08 |
| HSL | 328.62º | 0.76% | 0.66% | - |
| HSV(B) | 328.62º | 0.56% | 0.92% | - |
| XYZ | 46.33 | 30.37 | 42.45 | - |
| YUV | 150.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 172 | 0 | 0.56 | 0.26 | 0.08 | 328.62 | 0.76 | 0.66 |
| Hex | EA | 68 | AC | 0 | 38 | 1A | 8 | 149 | 4C | 42 |
| Octal | 352 | 150 | 254 | 0 | 70 | 32 | 10 | 511 | 114 | 102 |
| Binary | 11101010 | 1101000 | 10101100 | 0 | 111000 | 11010 | 1000 | 101001001 | 1001100 | 1000010 |
Color Harmonies of #EA68AC
Complementary color
Monochromatic Colors of #EA68AC
Black with #EA68AC
Text Example
Text Example
White with #EA68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68AC; }
p { color: rgb(234,104,172); }
H1.HeaderClassName
{
color: #EA68AC;
}
.AnyTagClassName
{
color: #EA68AC;
}
</style>
background-color css
<style>
a { background-color: #EA68AC; }
a { background-color: rgb(234,104,172); }
div.DivClassName
{
background-color: #EA68AC;
}
.BgClassName
{
background-color: #EA68AC;
}
</style>
border-color css
<style>
span { border-color: #EA68AC; }
span { border-color: rgb(234,104,172); }
td.TdClassName
{
border-color: #EA68AC;
}
.TagClassName
{
border-color: #EA68AC;
}
</style>