Shades of Hot Pink #E35DB4
Tints of Hot Pink #E35DB4
RGB
CMYK
RGB Variations
Color information
#E35DB4 (or 0xE35DB4) is known color: Hot Pink. HEX triplet: E3, 5D and B4. RGB value is (227,93,180). Sum of RGB (Red+Green+Blue) = 227+93+180=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DB4 is #1CA24B. Grayscale: #8E8E8E. Windows color (decimal): -1876556 or 11820515. OLE color: 11820515.
HSL color Cylindrical-coordinate representation of color #E35DB4: hue angle of 321.04º 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 #E35DB4 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 180 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.11 |
| HSL | 321.04º | 0.71% | 0.63% | - |
| HSV(B) | 321.04º | 0.59% | 0.89% | - |
| XYZ | 43.83 | 27.45 | 46.17 | - |
| YUV | 142.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 180 | 0 | 0.59 | 0.21 | 0.11 | 321.04 | 0.71 | 0.63 |
| Hex | E3 | 5D | B4 | 0 | 3B | 15 | B | 141 | 47 | 3F |
| Octal | 343 | 135 | 264 | 0 | 73 | 25 | 13 | 501 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10110100 | 0 | 111011 | 10101 | 1011 | 101000001 | 1000111 | 111111 |
Color Harmonies of #E35DB4
Complementary color
Monochromatic Colors of #E35DB4
Black with #E35DB4
Text Example
Text Example
White with #E35DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DB4; }
p { color: rgb(227,93,180); }
H1.HeaderClassName
{
color: #E35DB4;
}
.AnyTagClassName
{
color: #E35DB4;
}
</style>
background-color css
<style>
a { background-color: #E35DB4; }
a { background-color: rgb(227,93,180); }
div.DivClassName
{
background-color: #E35DB4;
}
.BgClassName
{
background-color: #E35DB4;
}
</style>
border-color css
<style>
span { border-color: #E35DB4; }
span { border-color: rgb(227,93,180); }
td.TdClassName
{
border-color: #E35DB4;
}
.TagClassName
{
border-color: #E35DB4;
}
</style>