Shades of Hot Pink #E65CB3
Tints of Hot Pink #E65CB3
RGB
CMYK
RGB Variations
Color information
#E65CB3 (or 0xE65CB3) is known color: Hot Pink. HEX triplet: E6, 5C and B3. RGB value is (230,92,179). Sum of RGB (Red+Green+Blue) = 230+92+179=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CB3 is #19A34C. Grayscale: #8E8E8E. Windows color (decimal): -1680205 or 11754726. OLE color: 11754726.
HSL color Cylindrical-coordinate representation of color #E65CB3: hue angle of 322.17º 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 #E65CB3 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 179 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.10 |
| HSL | 322.17º | 0.73% | 0.63% | - |
| HSV(B) | 322.17º | 0.6% | 0.9% | - |
| XYZ | 44.6 | 27.73 | 45.65 | - |
| YUV | 143.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 179 | 0 | 0.60 | 0.22 | 0.10 | 322.17 | 0.73 | 0.63 |
| Hex | E6 | 5C | B3 | 0 | 3C | 16 | A | 142 | 49 | 3F |
| Octal | 346 | 134 | 263 | 0 | 74 | 26 | 12 | 502 | 111 | 77 |
| Binary | 11100110 | 1011100 | 10110011 | 0 | 111100 | 10110 | 1010 | 101000010 | 1001001 | 111111 |
Color Harmonies of #E65CB3
Complementary color
Monochromatic Colors of #E65CB3
Black with #E65CB3
Text Example
Text Example
White with #E65CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CB3; }
p { color: rgb(230,92,179); }
H1.HeaderClassName
{
color: #E65CB3;
}
.AnyTagClassName
{
color: #E65CB3;
}
</style>
background-color css
<style>
a { background-color: #E65CB3; }
a { background-color: rgb(230,92,179); }
div.DivClassName
{
background-color: #E65CB3;
}
.BgClassName
{
background-color: #E65CB3;
}
</style>
border-color css
<style>
span { border-color: #E65CB3; }
span { border-color: rgb(230,92,179); }
td.TdClassName
{
border-color: #E65CB3;
}
.TagClassName
{
border-color: #E65CB3;
}
</style>