Shades of Hot Pink #E35DB8
Tints of Hot Pink #E35DB8
RGB
CMYK
RGB Variations
Color information
#E35DB8 (or 0xE35DB8) is known color: Hot Pink. HEX triplet: E3, 5D and B8. RGB value is (227,93,184). Sum of RGB (Red+Green+Blue) = 227+93+184=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DB8 is #1CA247. Grayscale: #8F8F8F. Windows color (decimal): -1876552 or 12082659. OLE color: 12082659.
HSL color Cylindrical-coordinate representation of color #E35DB8: hue angle of 319.25º 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 #E35DB8 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 184 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.11 |
| HSL | 319.25º | 0.71% | 0.63% | - |
| HSV(B) | 319.25º | 0.59% | 0.89% | - |
| XYZ | 44.24 | 27.62 | 48.35 | - |
| YUV | 143.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 184 | 0 | 0.59 | 0.19 | 0.11 | 319.25 | 0.71 | 0.63 |
| Hex | E3 | 5D | B8 | 0 | 3B | 13 | B | 13F | 47 | 3F |
| Octal | 343 | 135 | 270 | 0 | 73 | 23 | 13 | 477 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10111000 | 0 | 111011 | 10011 | 1011 | 100111111 | 1000111 | 111111 |
Color Harmonies of #E35DB8
Complementary color
Monochromatic Colors of #E35DB8
Black with #E35DB8
Text Example
Text Example
White with #E35DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DB8; }
p { color: rgb(227,93,184); }
H1.HeaderClassName
{
color: #E35DB8;
}
.AnyTagClassName
{
color: #E35DB8;
}
</style>
background-color css
<style>
a { background-color: #E35DB8; }
a { background-color: rgb(227,93,184); }
div.DivClassName
{
background-color: #E35DB8;
}
.BgClassName
{
background-color: #E35DB8;
}
</style>
border-color css
<style>
span { border-color: #E35DB8; }
span { border-color: rgb(227,93,184); }
td.TdClassName
{
border-color: #E35DB8;
}
.TagClassName
{
border-color: #E35DB8;
}
</style>