Shades of Dark Pink #E35384
Tints of Dark Pink #E35384
RGB
CMYK
RGB Variations
Color information
#E35384 (or 0xE35384) is known color: Dark Pink. HEX triplet: E3, 53 and 84. RGB value is (227,83,132). Sum of RGB (Red+Green+Blue) = 227+83+132=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E35384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35384 is #1CAC7B. Grayscale: #838383. Windows color (decimal): -1879164 or 8672227. OLE color: 8672227.
HSL color Cylindrical-coordinate representation of color #E35384: hue angle of 339.58º 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 #E35384 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 132 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.11 |
| HSL | 339.58º | 0.72% | 0.61% | - |
| HSV(B) | 339.58º | 0.63% | 0.89% | - |
| XYZ | 38.94 | 24.18 | 24.45 | - |
| YUV | 131.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 132 | 0 | 0.63 | 0.42 | 0.11 | 339.58 | 0.72 | 0.61 |
| Hex | E3 | 53 | 84 | 0 | 3F | 2A | B | 154 | 48 | 3D |
| Octal | 343 | 123 | 204 | 0 | 77 | 52 | 13 | 524 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10000100 | 0 | 111111 | 101010 | 1011 | 101010100 | 1001000 | 111101 |
Color Harmonies of #E35384
Complementary color
Monochromatic Colors of #E35384
Black with #E35384
Text Example
Text Example
White with #E35384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35384; }
p { color: rgb(227,83,132); }
H1.HeaderClassName
{
color: #E35384;
}
.AnyTagClassName
{
color: #E35384;
}
</style>
background-color css
<style>
a { background-color: #E35384; }
a { background-color: rgb(227,83,132); }
div.DivClassName
{
background-color: #E35384;
}
.BgClassName
{
background-color: #E35384;
}
</style>
border-color css
<style>
span { border-color: #E35384; }
span { border-color: rgb(227,83,132); }
td.TdClassName
{
border-color: #E35384;
}
.TagClassName
{
border-color: #E35384;
}
</style>