Shades of Hot Pink #E35DB6
Tints of Hot Pink #E35DB6
RGB
CMYK
RGB Variations
Color information
#E35DB6 (or 0xE35DB6) is known color: Hot Pink. HEX triplet: E3, 5D and B6. RGB value is (227,93,182). Sum of RGB (Red+Green+Blue) = 227+93+182=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DB6 is #1CA249. Grayscale: #8E8E8E. Windows color (decimal): -1876554 or 11951587. OLE color: 11951587.
HSL color Cylindrical-coordinate representation of color #E35DB6: hue angle of 320.15º 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 #E35DB6 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 182 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.11 |
| HSL | 320.15º | 0.71% | 0.63% | - |
| HSV(B) | 320.15º | 0.59% | 0.89% | - |
| XYZ | 44.04 | 27.54 | 47.25 | - |
| YUV | 143.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 182 | 0 | 0.59 | 0.20 | 0.11 | 320.15 | 0.71 | 0.63 |
| Hex | E3 | 5D | B6 | 0 | 3B | 14 | B | 140 | 47 | 3F |
| Octal | 343 | 135 | 266 | 0 | 73 | 24 | 13 | 500 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10110110 | 0 | 111011 | 10100 | 1011 | 101000000 | 1000111 | 111111 |
Color Harmonies of #E35DB6
Complementary color
Monochromatic Colors of #E35DB6
Black with #E35DB6
Text Example
Text Example
White with #E35DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DB6; }
p { color: rgb(227,93,182); }
H1.HeaderClassName
{
color: #E35DB6;
}
.AnyTagClassName
{
color: #E35DB6;
}
</style>
background-color css
<style>
a { background-color: #E35DB6; }
a { background-color: rgb(227,93,182); }
div.DivClassName
{
background-color: #E35DB6;
}
.BgClassName
{
background-color: #E35DB6;
}
</style>
border-color css
<style>
span { border-color: #E35DB6; }
span { border-color: rgb(227,93,182); }
td.TdClassName
{
border-color: #E35DB6;
}
.TagClassName
{
border-color: #E35DB6;
}
</style>