Shades of Dark Pink #E35481
Tints of Dark Pink #E35481
RGB
CMYK
RGB Variations
Color information
#E35481 (or 0xE35481) is known color: Dark Pink. HEX triplet: E3, 54 and 81. RGB value is (227,84,129). Sum of RGB (Red+Green+Blue) = 227+84+129=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35481 is #1CAB7E. Grayscale: #838383. Windows color (decimal): -1878911 or 8475875. OLE color: 8475875.
HSL color Cylindrical-coordinate representation of color #E35481: hue angle of 341.12º 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 #E35481 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 129 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.11 |
| HSL | 341.12º | 0.72% | 0.61% | - |
| HSV(B) | 341.12º | 0.63% | 0.89% | - |
| XYZ | 38.81 | 24.26 | 23.41 | - |
| YUV | 131.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 129 | 0 | 0.63 | 0.43 | 0.11 | 341.12 | 0.72 | 0.61 |
| Hex | E3 | 54 | 81 | 0 | 3F | 2B | B | 155 | 48 | 3D |
| Octal | 343 | 124 | 201 | 0 | 77 | 53 | 13 | 525 | 110 | 75 |
| Binary | 11100011 | 1010100 | 10000001 | 0 | 111111 | 101011 | 1011 | 101010101 | 1001000 | 111101 |
Color Harmonies of #E35481
Complementary color
Monochromatic Colors of #E35481
Black with #E35481
Text Example
Text Example
White with #E35481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35481; }
p { color: rgb(227,84,129); }
H1.HeaderClassName
{
color: #E35481;
}
.AnyTagClassName
{
color: #E35481;
}
</style>
background-color css
<style>
a { background-color: #E35481; }
a { background-color: rgb(227,84,129); }
div.DivClassName
{
background-color: #E35481;
}
.BgClassName
{
background-color: #E35481;
}
</style>
border-color css
<style>
span { border-color: #E35481; }
span { border-color: rgb(227,84,129); }
td.TdClassName
{
border-color: #E35481;
}
.TagClassName
{
border-color: #E35481;
}
</style>