Shades of Hot Pink #EA65B5
Tints of Hot Pink #EA65B5
RGB
CMYK
RGB Variations
Color information
#EA65B5 (or 0xEA65B5) is known color: Hot Pink. HEX triplet: EA, 65 and B5. RGB value is (234,101,181). Sum of RGB (Red+Green+Blue) = 234+101+181=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65B5 is #159A4A. Grayscale: #959595. Windows color (decimal): -1415755 or 11888106. OLE color: 11888106.
HSL color Cylindrical-coordinate representation of color #EA65B5: hue angle of 323.91º 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 #EA65B5 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 181 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.08 |
| HSL | 323.91º | 0.76% | 0.66% | - |
| HSV(B) | 323.91º | 0.57% | 0.92% | - |
| XYZ | 46.93 | 30.14 | 47.06 | - |
| YUV | 149.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 181 | 0 | 0.57 | 0.23 | 0.08 | 323.91 | 0.76 | 0.66 |
| Hex | EA | 65 | B5 | 0 | 39 | 17 | 8 | 144 | 4C | 42 |
| Octal | 352 | 145 | 265 | 0 | 71 | 27 | 10 | 504 | 114 | 102 |
| Binary | 11101010 | 1100101 | 10110101 | 0 | 111001 | 10111 | 1000 | 101000100 | 1001100 | 1000010 |
Color Harmonies of #EA65B5
Complementary color
Monochromatic Colors of #EA65B5
Black with #EA65B5
Text Example
Text Example
White with #EA65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA65B5; }
p { color: rgb(234,101,181); }
H1.HeaderClassName
{
color: #EA65B5;
}
.AnyTagClassName
{
color: #EA65B5;
}
</style>
background-color css
<style>
a { background-color: #EA65B5; }
a { background-color: rgb(234,101,181); }
div.DivClassName
{
background-color: #EA65B5;
}
.BgClassName
{
background-color: #EA65B5;
}
</style>
border-color css
<style>
span { border-color: #EA65B5; }
span { border-color: rgb(234,101,181); }
td.TdClassName
{
border-color: #EA65B5;
}
.TagClassName
{
border-color: #EA65B5;
}
</style>