Shades of Dark Pink #E35F83
Tints of Dark Pink #E35F83
RGB
CMYK
RGB Variations
Color information
#E35F83 (or 0xE35F83) is known color: Dark Pink. HEX triplet: E3, 5F and 83. RGB value is (227,95,131). Sum of RGB (Red+Green+Blue) = 227+95+131=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F83 is #1CA07C. Grayscale: #8A8A8A. Windows color (decimal): -1876093 or 8609763. OLE color: 8609763.
HSL color Cylindrical-coordinate representation of color #E35F83: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35F83 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 131 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.64º | 0.7% | 0.63% | - |
| HSV(B) | 343.64º | 0.58% | 0.89% | - |
| XYZ | 39.87 | 26.15 | 24.42 | - |
| YUV | 138.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 131 | 0 | 0.58 | 0.42 | 0.11 | 343.64 | 0.7 | 0.63 |
| Hex | E3 | 5F | 83 | 0 | 3A | 2A | B | 158 | 46 | 3F |
| Octal | 343 | 137 | 203 | 0 | 72 | 52 | 13 | 530 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10000011 | 0 | 111010 | 101010 | 1011 | 101011000 | 1000110 | 111111 |
Color Harmonies of #E35F83
Complementary color
Monochromatic Colors of #E35F83
Black with #E35F83
Text Example
Text Example
White with #E35F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F83; }
p { color: rgb(227,95,131); }
H1.HeaderClassName
{
color: #E35F83;
}
.AnyTagClassName
{
color: #E35F83;
}
</style>
background-color css
<style>
a { background-color: #E35F83; }
a { background-color: rgb(227,95,131); }
div.DivClassName
{
background-color: #E35F83;
}
.BgClassName
{
background-color: #E35F83;
}
</style>
border-color css
<style>
span { border-color: #E35F83; }
span { border-color: rgb(227,95,131); }
td.TdClassName
{
border-color: #E35F83;
}
.TagClassName
{
border-color: #E35F83;
}
</style>