Shades of Dark Pink #E66283
Tints of Dark Pink #E66283
RGB
CMYK
RGB Variations
Color information
#E66283 (or 0xE66283) is known color: Dark Pink. HEX triplet: E6, 62 and 83. RGB value is (230,98,131). Sum of RGB (Red+Green+Blue) = 230+98+131=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E66283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66283 is #199D7C. Grayscale: #8D8D8D. Windows color (decimal): -1678717 or 8610534. OLE color: 8610534.
HSL color Cylindrical-coordinate representation of color #E66283: hue angle of 345º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66283 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 131 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.10 |
| HSL | 345º | 0.73% | 0.64% | - |
| HSV(B) | 345º | 0.57% | 0.9% | - |
| XYZ | 41.1 | 27.2 | 24.56 | - |
| YUV | 141.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 131 | 0 | 0.57 | 0.43 | 0.10 | 345 | 0.73 | 0.64 |
| Hex | E6 | 62 | 83 | 0 | 39 | 2B | A | 159 | 49 | 40 |
| Octal | 346 | 142 | 203 | 0 | 71 | 53 | 12 | 531 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10000011 | 0 | 111001 | 101011 | 1010 | 101011001 | 1001001 | 1000000 |
Color Harmonies of #E66283
Complementary color
Monochromatic Colors of #E66283
Black with #E66283
Text Example
Text Example
White with #E66283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66283; }
p { color: rgb(230,98,131); }
H1.HeaderClassName
{
color: #E66283;
}
.AnyTagClassName
{
color: #E66283;
}
</style>
background-color css
<style>
a { background-color: #E66283; }
a { background-color: rgb(230,98,131); }
div.DivClassName
{
background-color: #E66283;
}
.BgClassName
{
background-color: #E66283;
}
</style>
border-color css
<style>
span { border-color: #E66283; }
span { border-color: rgb(230,98,131); }
td.TdClassName
{
border-color: #E66283;
}
.TagClassName
{
border-color: #E66283;
}
</style>