Shades of Dark Pink #E35391
Tints of Dark Pink #E35391
RGB
CMYK
RGB Variations
Color information
#E35391 (or 0xE35391) is known color: Dark Pink. HEX triplet: E3, 53 and 91. RGB value is (227,83,145). Sum of RGB (Red+Green+Blue) = 227+83+145=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E35391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35391 is #1CAC6E. Grayscale: #858585. Windows color (decimal): -1879151 or 9524195. OLE color: 9524195.
HSL color Cylindrical-coordinate representation of color #E35391: hue angle of 334.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35391 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 145 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.11 |
| HSL | 334.17º | 0.72% | 0.61% | - |
| HSV(B) | 334.17º | 0.63% | 0.89% | - |
| XYZ | 39.88 | 24.56 | 29.43 | - |
| YUV | 133.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 145 | 0 | 0.63 | 0.36 | 0.11 | 334.17 | 0.72 | 0.61 |
| Hex | E3 | 53 | 91 | 0 | 3F | 24 | B | 14E | 48 | 3D |
| Octal | 343 | 123 | 221 | 0 | 77 | 44 | 13 | 516 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10010001 | 0 | 111111 | 100100 | 1011 | 101001110 | 1001000 | 111101 |
Color Harmonies of #E35391
Complementary color
Monochromatic Colors of #E35391
Black with #E35391
Text Example
Text Example
White with #E35391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35391; }
p { color: rgb(227,83,145); }
H1.HeaderClassName
{
color: #E35391;
}
.AnyTagClassName
{
color: #E35391;
}
</style>
background-color css
<style>
a { background-color: #E35391; }
a { background-color: rgb(227,83,145); }
div.DivClassName
{
background-color: #E35391;
}
.BgClassName
{
background-color: #E35391;
}
</style>
border-color css
<style>
span { border-color: #E35391; }
span { border-color: rgb(227,83,145); }
td.TdClassName
{
border-color: #E35391;
}
.TagClassName
{
border-color: #E35391;
}
</style>