Shades of Dark Pink #E65283
Tints of Dark Pink #E65283
RGB
CMYK
RGB Variations
Color information
#E65283 (or 0xE65283) is known color: Dark Pink. HEX triplet: E6, 52 and 83. RGB value is (230,82,131). Sum of RGB (Red+Green+Blue) = 230+82+131=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65283 is #19AD7C. Grayscale: #838383. Windows color (decimal): -1682813 or 8606438. OLE color: 8606438.
HSL color Cylindrical-coordinate representation of color #E65283: hue angle of 340.14º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65283 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 131 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.10 |
| HSL | 340.14º | 0.75% | 0.61% | - |
| HSV(B) | 340.14º | 0.64% | 0.9% | - |
| XYZ | 39.75 | 24.5 | 24.11 | - |
| YUV | 131.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 131 | 0 | 0.64 | 0.43 | 0.10 | 340.14 | 0.75 | 0.61 |
| Hex | E6 | 52 | 83 | 0 | 40 | 2B | A | 154 | 4B | 3D |
| Octal | 346 | 122 | 203 | 0 | 100 | 53 | 12 | 524 | 113 | 75 |
| Binary | 11100110 | 1010010 | 10000011 | 0 | 1000000 | 101011 | 1010 | 101010100 | 1001011 | 111101 |
Color Harmonies of #E65283
Complementary color
Monochromatic Colors of #E65283
Black with #E65283
Text Example
Text Example
White with #E65283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65283; }
p { color: rgb(230,82,131); }
H1.HeaderClassName
{
color: #E65283;
}
.AnyTagClassName
{
color: #E65283;
}
</style>
background-color css
<style>
a { background-color: #E65283; }
a { background-color: rgb(230,82,131); }
div.DivClassName
{
background-color: #E65283;
}
.BgClassName
{
background-color: #E65283;
}
</style>
border-color css
<style>
span { border-color: #E65283; }
span { border-color: rgb(230,82,131); }
td.TdClassName
{
border-color: #E65283;
}
.TagClassName
{
border-color: #E65283;
}
</style>