Shades of Dark Pink #E35184
Tints of Dark Pink #E35184
RGB
CMYK
RGB Variations
Color information
#E35184 (or 0xE35184) is known color: Dark Pink. HEX triplet: E3, 51 and 84. RGB value is (227,81,132). Sum of RGB (Red+Green+Blue) = 227+81+132=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35184 is #1CAE7B. Grayscale: #828282. Windows color (decimal): -1879676 or 8671715. OLE color: 8671715.
HSL color Cylindrical-coordinate representation of color #E35184: hue angle of 339.04º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35184 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 132 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.11 |
| HSL | 339.04º | 0.72% | 0.6% | - |
| HSV(B) | 339.04º | 0.64% | 0.89% | - |
| XYZ | 38.79 | 23.88 | 24.4 | - |
| YUV | 130.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 132 | 0 | 0.64 | 0.42 | 0.11 | 339.04 | 0.72 | 0.6 |
| Hex | E3 | 51 | 84 | 0 | 40 | 2A | B | 153 | 48 | 3C |
| Octal | 343 | 121 | 204 | 0 | 100 | 52 | 13 | 523 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10000100 | 0 | 1000000 | 101010 | 1011 | 101010011 | 1001000 | 111100 |
Color Harmonies of #E35184
Complementary color
Monochromatic Colors of #E35184
Black with #E35184
Text Example
Text Example
White with #E35184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35184; }
p { color: rgb(227,81,132); }
H1.HeaderClassName
{
color: #E35184;
}
.AnyTagClassName
{
color: #E35184;
}
</style>
background-color css
<style>
a { background-color: #E35184; }
a { background-color: rgb(227,81,132); }
div.DivClassName
{
background-color: #E35184;
}
.BgClassName
{
background-color: #E35184;
}
</style>
border-color css
<style>
span { border-color: #E35184; }
span { border-color: rgb(227,81,132); }
td.TdClassName
{
border-color: #E35184;
}
.TagClassName
{
border-color: #E35184;
}
</style>