Shades of Dark Pink #E65883
Tints of Dark Pink #E65883
RGB
CMYK
RGB Variations
Color information
#E65883 (or 0xE65883) is known color: Dark Pink. HEX triplet: E6, 58 and 83. RGB value is (230,88,131). Sum of RGB (Red+Green+Blue) = 230+88+131=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65883 is #19A77C. Grayscale: #878787. Windows color (decimal): -1681277 or 8607974. OLE color: 8607974.
HSL color Cylindrical-coordinate representation of color #E65883: hue angle of 341.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65883 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 131 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.10 |
| HSL | 341.83º | 0.74% | 0.62% | - |
| HSV(B) | 341.83º | 0.62% | 0.9% | - |
| XYZ | 40.22 | 25.44 | 24.26 | - |
| YUV | 135.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 131 | 0 | 0.62 | 0.43 | 0.10 | 341.83 | 0.74 | 0.62 |
| Hex | E6 | 58 | 83 | 0 | 3E | 2B | A | 156 | 4A | 3E |
| Octal | 346 | 130 | 203 | 0 | 76 | 53 | 12 | 526 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10000011 | 0 | 111110 | 101011 | 1010 | 101010110 | 1001010 | 111110 |
Color Harmonies of #E65883
Complementary color
Monochromatic Colors of #E65883
Black with #E65883
Text Example
Text Example
White with #E65883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65883; }
p { color: rgb(230,88,131); }
H1.HeaderClassName
{
color: #E65883;
}
.AnyTagClassName
{
color: #E65883;
}
</style>
background-color css
<style>
a { background-color: #E65883; }
a { background-color: rgb(230,88,131); }
div.DivClassName
{
background-color: #E65883;
}
.BgClassName
{
background-color: #E65883;
}
</style>
border-color css
<style>
span { border-color: #E65883; }
span { border-color: rgb(230,88,131); }
td.TdClassName
{
border-color: #E65883;
}
.TagClassName
{
border-color: #E65883;
}
</style>