Shades of Dark Pink #E35C92
Tints of Dark Pink #E35C92
RGB
CMYK
RGB Variations
Color information
#E35C92 (or 0xE35C92) is known color: Dark Pink. HEX triplet: E3, 5C and 92. RGB value is (227,92,146). Sum of RGB (Red+Green+Blue) = 227+92+146=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C92 is #1CA36D. Grayscale: #8A8A8A. Windows color (decimal): -1876846 or 9592035. OLE color: 9592035.
HSL color Cylindrical-coordinate representation of color #E35C92: hue angle of 336º 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 #E35C92 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 146 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.11 |
| HSL | 336º | 0.71% | 0.63% | - |
| HSV(B) | 336º | 0.59% | 0.89% | - |
| XYZ | 40.69 | 26.06 | 30.08 | - |
| YUV | 138.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 146 | 0 | 0.59 | 0.36 | 0.11 | 336 | 0.71 | 0.63 |
| Hex | E3 | 5C | 92 | 0 | 3B | 24 | B | 150 | 47 | 3F |
| Octal | 343 | 134 | 222 | 0 | 73 | 44 | 13 | 520 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10010010 | 0 | 111011 | 100100 | 1011 | 101010000 | 1000111 | 111111 |
Color Harmonies of #E35C92
Complementary color
Monochromatic Colors of #E35C92
Black with #E35C92
Text Example
Text Example
White with #E35C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C92; }
p { color: rgb(227,92,146); }
H1.HeaderClassName
{
color: #E35C92;
}
.AnyTagClassName
{
color: #E35C92;
}
</style>
background-color css
<style>
a { background-color: #E35C92; }
a { background-color: rgb(227,92,146); }
div.DivClassName
{
background-color: #E35C92;
}
.BgClassName
{
background-color: #E35C92;
}
</style>
border-color css
<style>
span { border-color: #E35C92; }
span { border-color: rgb(227,92,146); }
td.TdClassName
{
border-color: #E35C92;
}
.TagClassName
{
border-color: #E35C92;
}
</style>