Shades of Hot Pink #EA6BB2
Tints of Hot Pink #EA6BB2
RGB
CMYK
RGB Variations
Color information
#EA6BB2 (or 0xEA6BB2) is known color: Hot Pink. HEX triplet: EA, 6B and B2. RGB value is (234,107,178). Sum of RGB (Red+Green+Blue) = 234+107+178=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BB2 is #15944D. Grayscale: #989898. Windows color (decimal): -1414222 or 11693034. OLE color: 11693034.
HSL color Cylindrical-coordinate representation of color #EA6BB2: hue angle of 326.46º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BB2 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 178 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.08 |
| HSL | 326.46º | 0.75% | 0.67% | - |
| HSV(B) | 326.46º | 0.54% | 0.92% | - |
| XYZ | 47.23 | 31.22 | 45.66 | - |
| YUV | 153.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 178 | 0 | 0.54 | 0.24 | 0.08 | 326.46 | 0.75 | 0.67 |
| Hex | EA | 6B | B2 | 0 | 36 | 18 | 8 | 146 | 4B | 43 |
| Octal | 352 | 153 | 262 | 0 | 66 | 30 | 10 | 506 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10110010 | 0 | 110110 | 11000 | 1000 | 101000110 | 1001011 | 1000011 |
Color Harmonies of #EA6BB2
Complementary color
Monochromatic Colors of #EA6BB2
Black with #EA6BB2
Text Example
Text Example
White with #EA6BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BB2; }
p { color: rgb(234,107,178); }
H1.HeaderClassName
{
color: #EA6BB2;
}
.AnyTagClassName
{
color: #EA6BB2;
}
</style>
background-color css
<style>
a { background-color: #EA6BB2; }
a { background-color: rgb(234,107,178); }
div.DivClassName
{
background-color: #EA6BB2;
}
.BgClassName
{
background-color: #EA6BB2;
}
</style>
border-color css
<style>
span { border-color: #EA6BB2; }
span { border-color: rgb(234,107,178); }
td.TdClassName
{
border-color: #EA6BB2;
}
.TagClassName
{
border-color: #EA6BB2;
}
</style>