Shades of Hot Pink #E065B4
Tints of Hot Pink #E065B4
RGB
CMYK
RGB Variations
Color information
#E065B4 (or 0xE065B4) is known color: Hot Pink. HEX triplet: E0, 65 and B4. RGB value is (224,101,180). Sum of RGB (Red+Green+Blue) = 224+101+180=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E065B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065B4 is #1F9A4B. Grayscale: #929292. Windows color (decimal): -2071116 or 11822560. OLE color: 11822560.
HSL color Cylindrical-coordinate representation of color #E065B4: hue angle of 321.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065B4 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 180 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.12 |
| HSL | 321.46º | 0.66% | 0.64% | - |
| HSV(B) | 321.46º | 0.55% | 0.88% | - |
| XYZ | 43.63 | 28.45 | 46.37 | - |
| YUV | 146.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 180 | 0 | 0.55 | 0.20 | 0.12 | 321.46 | 0.66 | 0.64 |
| Hex | E0 | 65 | B4 | 0 | 37 | 14 | C | 141 | 42 | 40 |
| Octal | 340 | 145 | 264 | 0 | 67 | 24 | 14 | 501 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10110100 | 0 | 110111 | 10100 | 1100 | 101000001 | 1000010 | 1000000 |
Color Harmonies of #E065B4
Complementary color
Monochromatic Colors of #E065B4
Black with #E065B4
Text Example
Text Example
White with #E065B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065B4; }
p { color: rgb(224,101,180); }
H1.HeaderClassName
{
color: #E065B4;
}
.AnyTagClassName
{
color: #E065B4;
}
</style>
background-color css
<style>
a { background-color: #E065B4; }
a { background-color: rgb(224,101,180); }
div.DivClassName
{
background-color: #E065B4;
}
.BgClassName
{
background-color: #E065B4;
}
</style>
border-color css
<style>
span { border-color: #E065B4; }
span { border-color: rgb(224,101,180); }
td.TdClassName
{
border-color: #E065B4;
}
.TagClassName
{
border-color: #E065B4;
}
</style>