Shades of Dark Pink #E35B7A
Tints of Dark Pink #E35B7A
RGB
CMYK
RGB Variations
Color information
#E35B7A (or 0xE35B7A) is known color: Dark Pink. HEX triplet: E3, 5B and 7A. RGB value is (227,91,122). Sum of RGB (Red+Green+Blue) = 227+91+122=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B7A is #1CA485. Grayscale: #878787. Windows color (decimal): -1877126 or 8018915. OLE color: 8018915.
HSL color Cylindrical-coordinate representation of color #E35B7A: hue angle of 346.32º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B7A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 122 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.11 |
| HSL | 346.32º | 0.71% | 0.62% | - |
| HSV(B) | 346.32º | 0.6% | 0.89% | - |
| XYZ | 38.93 | 25.22 | 21.23 | - |
| YUV | 135.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 122 | 0 | 0.60 | 0.46 | 0.11 | 346.32 | 0.71 | 0.62 |
| Hex | E3 | 5B | 7A | 0 | 3C | 2E | B | 15A | 47 | 3E |
| Octal | 343 | 133 | 172 | 0 | 74 | 56 | 13 | 532 | 107 | 76 |
| Binary | 11100011 | 1011011 | 1111010 | 0 | 111100 | 101110 | 1011 | 101011010 | 1000111 | 111110 |
Color Harmonies of #E35B7A
Complementary color
Monochromatic Colors of #E35B7A
Black with #E35B7A
Text Example
Text Example
White with #E35B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B7A; }
p { color: rgb(227,91,122); }
H1.HeaderClassName
{
color: #E35B7A;
}
.AnyTagClassName
{
color: #E35B7A;
}
</style>
background-color css
<style>
a { background-color: #E35B7A; }
a { background-color: rgb(227,91,122); }
div.DivClassName
{
background-color: #E35B7A;
}
.BgClassName
{
background-color: #E35B7A;
}
</style>
border-color css
<style>
span { border-color: #E35B7A; }
span { border-color: rgb(227,91,122); }
td.TdClassName
{
border-color: #E35B7A;
}
.TagClassName
{
border-color: #E35B7A;
}
</style>