Shades of Hot Pink #E467BA
Tints of Hot Pink #E467BA
RGB
CMYK
RGB Variations
Color information
#E467BA (or 0xE467BA) is known color: Hot Pink. HEX triplet: E4, 67 and BA. RGB value is (228,103,186). Sum of RGB (Red+Green+Blue) = 228+103+186=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E467BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E467BA is #1B9845. Grayscale: #959595. Windows color (decimal): -1808454 or 12216292. OLE color: 12216292.
HSL color Cylindrical-coordinate representation of color #E467BA: hue angle of 320.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E467BA is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 186 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.11 |
| HSL | 320.16º | 0.7% | 0.65% | - |
| HSV(B) | 320.16º | 0.55% | 0.89% | - |
| XYZ | 45.71 | 29.74 | 49.79 | - |
| YUV | 149.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 186 | 0 | 0.55 | 0.18 | 0.11 | 320.16 | 0.7 | 0.65 |
| Hex | E4 | 67 | BA | 0 | 37 | 12 | B | 140 | 46 | 41 |
| Octal | 344 | 147 | 272 | 0 | 67 | 22 | 13 | 500 | 106 | 101 |
| Binary | 11100100 | 1100111 | 10111010 | 0 | 110111 | 10010 | 1011 | 101000000 | 1000110 | 1000001 |
Color Harmonies of #E467BA
Complementary color
Monochromatic Colors of #E467BA
Black with #E467BA
Text Example
Text Example
White with #E467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467BA; }
p { color: rgb(228,103,186); }
H1.HeaderClassName
{
color: #E467BA;
}
.AnyTagClassName
{
color: #E467BA;
}
</style>
background-color css
<style>
a { background-color: #E467BA; }
a { background-color: rgb(228,103,186); }
div.DivClassName
{
background-color: #E467BA;
}
.BgClassName
{
background-color: #E467BA;
}
</style>
border-color css
<style>
span { border-color: #E467BA; }
span { border-color: rgb(228,103,186); }
td.TdClassName
{
border-color: #E467BA;
}
.TagClassName
{
border-color: #E467BA;
}
</style>