Shades of Hot Pink #E35DB7
Tints of Hot Pink #E35DB7
RGB
CMYK
RGB Variations
Color information
#E35DB7 (or 0xE35DB7) is known color: Hot Pink. HEX triplet: E3, 5D and B7. RGB value is (227,93,183). Sum of RGB (Red+Green+Blue) = 227+93+183=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DB7 is #1CA248. Grayscale: #8F8F8F. Windows color (decimal): -1876553 or 12017123. OLE color: 12017123.
HSL color Cylindrical-coordinate representation of color #E35DB7: hue angle of 319.7º 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 #E35DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 183 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.11 |
| HSL | 319.7º | 0.71% | 0.63% | - |
| HSV(B) | 319.7º | 0.59% | 0.89% | - |
| XYZ | 44.14 | 27.58 | 47.8 | - |
| YUV | 143.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 183 | 0 | 0.59 | 0.19 | 0.11 | 319.7 | 0.71 | 0.63 |
| Hex | E3 | 5D | B7 | 0 | 3B | 13 | B | 140 | 47 | 3F |
| Octal | 343 | 135 | 267 | 0 | 73 | 23 | 13 | 500 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10110111 | 0 | 111011 | 10011 | 1011 | 101000000 | 1000111 | 111111 |
Color Harmonies of #E35DB7
Complementary color
Monochromatic Colors of #E35DB7
Black with #E35DB7
Text Example
Text Example
White with #E35DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DB7; }
p { color: rgb(227,93,183); }
H1.HeaderClassName
{
color: #E35DB7;
}
.AnyTagClassName
{
color: #E35DB7;
}
</style>
background-color css
<style>
a { background-color: #E35DB7; }
a { background-color: rgb(227,93,183); }
div.DivClassName
{
background-color: #E35DB7;
}
.BgClassName
{
background-color: #E35DB7;
}
</style>
border-color css
<style>
span { border-color: #E35DB7; }
span { border-color: rgb(227,93,183); }
td.TdClassName
{
border-color: #E35DB7;
}
.TagClassName
{
border-color: #E35DB7;
}
</style>