Shades of Hot Pink #E65CB6
Tints of Hot Pink #E65CB6
RGB
CMYK
RGB Variations
Color information
#E65CB6 (or 0xE65CB6) is known color: Hot Pink. HEX triplet: E6, 5C and B6. RGB value is (230,92,182). Sum of RGB (Red+Green+Blue) = 230+92+182=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CB6 is #19A349. Grayscale: #8F8F8F. Windows color (decimal): -1680202 or 11951334. OLE color: 11951334.
HSL color Cylindrical-coordinate representation of color #E65CB6: hue angle of 320.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CB6 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 182 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.10 |
| HSL | 320.87º | 0.73% | 0.63% | - |
| HSV(B) | 320.87º | 0.6% | 0.9% | - |
| XYZ | 44.9 | 27.85 | 47.27 | - |
| YUV | 143.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 182 | 0 | 0.60 | 0.21 | 0.10 | 320.87 | 0.73 | 0.63 |
| Hex | E6 | 5C | B6 | 0 | 3C | 15 | A | 141 | 49 | 3F |
| Octal | 346 | 134 | 266 | 0 | 74 | 25 | 12 | 501 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10110110 | 0 | 111100 | 10101 | 1010 | 101000001 | 1001001 | 111111 |
Color Harmonies of #E65CB6
Complementary color
Monochromatic Colors of #E65CB6
Black with #E65CB6
Text Example
Text Example
White with #E65CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CB6; }
p { color: rgb(230,92,182); }
H1.HeaderClassName
{
color: #E65CB6;
}
.AnyTagClassName
{
color: #E65CB6;
}
</style>
background-color css
<style>
a { background-color: #E65CB6; }
a { background-color: rgb(230,92,182); }
div.DivClassName
{
background-color: #E65CB6;
}
.BgClassName
{
background-color: #E65CB6;
}
</style>
border-color css
<style>
span { border-color: #E65CB6; }
span { border-color: rgb(230,92,182); }
td.TdClassName
{
border-color: #E65CB6;
}
.TagClassName
{
border-color: #E65CB6;
}
</style>