Shades of Dark Pink #E35C8A
Tints of Dark Pink #E35C8A
RGB
CMYK
RGB Variations
Color information
#E35C8A (or 0xE35C8A) is known color: Dark Pink. HEX triplet: E3, 5C and 8A. RGB value is (227,92,138). Sum of RGB (Red+Green+Blue) = 227+92+138=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C8A is #1CA375. Grayscale: #898989. Windows color (decimal): -1876854 or 9067747. OLE color: 9067747.
HSL color Cylindrical-coordinate representation of color #E35C8A: hue angle of 339.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C8A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 138 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.11 |
| HSL | 339.56º | 0.71% | 0.63% | - |
| HSV(B) | 339.56º | 0.59% | 0.89% | - |
| XYZ | 40.09 | 25.82 | 26.92 | - |
| YUV | 137.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 138 | 0 | 0.59 | 0.39 | 0.11 | 339.56 | 0.71 | 0.63 |
| Hex | E3 | 5C | 8A | 0 | 3B | 27 | B | 154 | 47 | 3F |
| Octal | 343 | 134 | 212 | 0 | 73 | 47 | 13 | 524 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10001010 | 0 | 111011 | 100111 | 1011 | 101010100 | 1000111 | 111111 |
Color Harmonies of #E35C8A
Complementary color
Monochromatic Colors of #E35C8A
Black with #E35C8A
Text Example
Text Example
White with #E35C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C8A; }
p { color: rgb(227,92,138); }
H1.HeaderClassName
{
color: #E35C8A;
}
.AnyTagClassName
{
color: #E35C8A;
}
</style>
background-color css
<style>
a { background-color: #E35C8A; }
a { background-color: rgb(227,92,138); }
div.DivClassName
{
background-color: #E35C8A;
}
.BgClassName
{
background-color: #E35C8A;
}
</style>
border-color css
<style>
span { border-color: #E35C8A; }
span { border-color: rgb(227,92,138); }
td.TdClassName
{
border-color: #E35C8A;
}
.TagClassName
{
border-color: #E35C8A;
}
</style>