Shades of Hot Pink #EA67AA
Tints of Hot Pink #EA67AA
RGB
CMYK
RGB Variations
Color information
#EA67AA (or 0xEA67AA) is known color: Hot Pink. HEX triplet: EA, 67 and AA. RGB value is (234,103,170). Sum of RGB (Red+Green+Blue) = 234+103+170=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA67AA is #159855. Grayscale: #959595. Windows color (decimal): -1415254 or 11167722. OLE color: 11167722.
HSL color Cylindrical-coordinate representation of color #EA67AA: hue angle of 329.31º 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 #EA67AA is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 170 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.08 |
| HSL | 329.31º | 0.76% | 0.66% | - |
| HSV(B) | 329.31º | 0.56% | 0.92% | - |
| XYZ | 46.04 | 30.1 | 41.41 | - |
| YUV | 149.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 170 | 0 | 0.56 | 0.27 | 0.08 | 329.31 | 0.76 | 0.66 |
| Hex | EA | 67 | AA | 0 | 38 | 1B | 8 | 149 | 4C | 42 |
| Octal | 352 | 147 | 252 | 0 | 70 | 33 | 10 | 511 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10101010 | 0 | 111000 | 11011 | 1000 | 101001001 | 1001100 | 1000010 |
Color Harmonies of #EA67AA
Complementary color
Monochromatic Colors of #EA67AA
Black with #EA67AA
Text Example
Text Example
White with #EA67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA67AA; }
p { color: rgb(234,103,170); }
H1.HeaderClassName
{
color: #EA67AA;
}
.AnyTagClassName
{
color: #EA67AA;
}
</style>
background-color css
<style>
a { background-color: #EA67AA; }
a { background-color: rgb(234,103,170); }
div.DivClassName
{
background-color: #EA67AA;
}
.BgClassName
{
background-color: #EA67AA;
}
</style>
border-color css
<style>
span { border-color: #EA67AA; }
span { border-color: rgb(234,103,170); }
td.TdClassName
{
border-color: #EA67AA;
}
.TagClassName
{
border-color: #EA67AA;
}
</style>