Shades of Hot Pink #E35DB9
Tints of Hot Pink #E35DB9
RGB
CMYK
RGB Variations
Color information
#E35DB9 (or 0xE35DB9) is known color: Hot Pink. HEX triplet: E3, 5D and B9. RGB value is (227,93,185). Sum of RGB (Red+Green+Blue) = 227+93+185=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DB9 is #1CA246. Grayscale: #8F8F8F. Windows color (decimal): -1876551 or 12148195. OLE color: 12148195.
HSL color Cylindrical-coordinate representation of color #E35DB9: hue angle of 318.81º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DB9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 185 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.11 |
| HSL | 318.81º | 0.71% | 0.63% | - |
| HSV(B) | 318.81º | 0.59% | 0.89% | - |
| XYZ | 44.35 | 27.66 | 48.9 | - |
| YUV | 143.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 185 | 0 | 0.59 | 0.19 | 0.11 | 318.81 | 0.71 | 0.63 |
| Hex | E3 | 5D | B9 | 0 | 3B | 13 | B | 13F | 47 | 3F |
| Octal | 343 | 135 | 271 | 0 | 73 | 23 | 13 | 477 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10111001 | 0 | 111011 | 10011 | 1011 | 100111111 | 1000111 | 111111 |
Color Harmonies of #E35DB9
Complementary color
Monochromatic Colors of #E35DB9
Black with #E35DB9
Text Example
Text Example
White with #E35DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DB9; }
p { color: rgb(227,93,185); }
H1.HeaderClassName
{
color: #E35DB9;
}
.AnyTagClassName
{
color: #E35DB9;
}
</style>
background-color css
<style>
a { background-color: #E35DB9; }
a { background-color: rgb(227,93,185); }
div.DivClassName
{
background-color: #E35DB9;
}
.BgClassName
{
background-color: #E35DB9;
}
</style>
border-color css
<style>
span { border-color: #E35DB9; }
span { border-color: rgb(227,93,185); }
td.TdClassName
{
border-color: #E35DB9;
}
.TagClassName
{
border-color: #E35DB9;
}
</style>