Shades of Dark Pink #E66083
Tints of Dark Pink #E66083
RGB
CMYK
RGB Variations
Color information
#E66083 (or 0xE66083) is known color: Dark Pink. HEX triplet: E6, 60 and 83. RGB value is (230,96,131). Sum of RGB (Red+Green+Blue) = 230+96+131=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E66083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66083 is #199F7C. Grayscale: #8C8C8C. Windows color (decimal): -1679229 or 8610022. OLE color: 8610022.
HSL color Cylindrical-coordinate representation of color #E66083: hue angle of 344.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66083 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 131 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.10 |
| HSL | 344.33º | 0.73% | 0.64% | - |
| HSV(B) | 344.33º | 0.58% | 0.9% | - |
| XYZ | 40.91 | 26.83 | 24.49 | - |
| YUV | 140.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 131 | 0 | 0.58 | 0.43 | 0.10 | 344.33 | 0.73 | 0.64 |
| Hex | E6 | 60 | 83 | 0 | 3A | 2B | A | 158 | 49 | 40 |
| Octal | 346 | 140 | 203 | 0 | 72 | 53 | 12 | 530 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10000011 | 0 | 111010 | 101011 | 1010 | 101011000 | 1001001 | 1000000 |
Color Harmonies of #E66083
Complementary color
Monochromatic Colors of #E66083
Black with #E66083
Text Example
Text Example
White with #E66083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66083; }
p { color: rgb(230,96,131); }
H1.HeaderClassName
{
color: #E66083;
}
.AnyTagClassName
{
color: #E66083;
}
</style>
background-color css
<style>
a { background-color: #E66083; }
a { background-color: rgb(230,96,131); }
div.DivClassName
{
background-color: #E66083;
}
.BgClassName
{
background-color: #E66083;
}
</style>
border-color css
<style>
span { border-color: #E66083; }
span { border-color: rgb(230,96,131); }
td.TdClassName
{
border-color: #E66083;
}
.TagClassName
{
border-color: #E66083;
}
</style>