Shades of Hot Pink #EA65BA
Tints of Hot Pink #EA65BA
RGB
CMYK
RGB Variations
Color information
#EA65BA (or 0xEA65BA) is known color: Hot Pink. HEX triplet: EA, 65 and BA. RGB value is (234,101,186). Sum of RGB (Red+Green+Blue) = 234+101+186=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65BA is #159A45. Grayscale: #969696. Windows color (decimal): -1415750 or 12215786. OLE color: 12215786.
HSL color Cylindrical-coordinate representation of color #EA65BA: hue angle of 321.65º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA65BA is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 186 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.08 |
| HSL | 321.65º | 0.76% | 0.66% | - |
| HSV(B) | 321.65º | 0.57% | 0.92% | - |
| XYZ | 47.45 | 30.34 | 49.81 | - |
| YUV | 150.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 186 | 0 | 0.57 | 0.21 | 0.08 | 321.65 | 0.76 | 0.66 |
| Hex | EA | 65 | BA | 0 | 39 | 15 | 8 | 142 | 4C | 42 |
| Octal | 352 | 145 | 272 | 0 | 71 | 25 | 10 | 502 | 114 | 102 |
| Binary | 11101010 | 1100101 | 10111010 | 0 | 111001 | 10101 | 1000 | 101000010 | 1001100 | 1000010 |
Color Harmonies of #EA65BA
Complementary color
Monochromatic Colors of #EA65BA
Black with #EA65BA
Text Example
Text Example
White with #EA65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA65BA; }
p { color: rgb(234,101,186); }
H1.HeaderClassName
{
color: #EA65BA;
}
.AnyTagClassName
{
color: #EA65BA;
}
</style>
background-color css
<style>
a { background-color: #EA65BA; }
a { background-color: rgb(234,101,186); }
div.DivClassName
{
background-color: #EA65BA;
}
.BgClassName
{
background-color: #EA65BA;
}
</style>
border-color css
<style>
span { border-color: #EA65BA; }
span { border-color: rgb(234,101,186); }
td.TdClassName
{
border-color: #EA65BA;
}
.TagClassName
{
border-color: #EA65BA;
}
</style>