Shades of Sea Pink #E6857E
Tints of Sea Pink #E6857E
RGB
CMYK
RGB Variations
Color information
#E6857E (or 0xE6857E) is known color: Sea Pink. HEX triplet: E6, 85 and 7E. RGB value is (230,133,126). Sum of RGB (Red+Green+Blue) = 230+133+126=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6857E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6857E is #197A81. Grayscale: #A1A1A1. Windows color (decimal): -1669762 or 8291814. OLE color: 8291814.
HSL color Cylindrical-coordinate representation of color #E6857E: hue angle of 4.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6857E is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 126 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.10 |
| HSL | 4.04º | 0.68% | 0.7% | - |
| HSV(B) | 4.04º | 0.45% | 0.9% | - |
| XYZ | 44.79 | 35.1 | 24.15 | - |
| YUV | 161.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 126 | 0 | 0.42 | 0.45 | 0.10 | 4.04 | 0.68 | 0.7 |
| Hex | E6 | 85 | 7E | 0 | 2A | 2D | A | 4 | 44 | 46 |
| Octal | 346 | 205 | 176 | 0 | 52 | 55 | 12 | 4 | 104 | 106 |
| Binary | 11100110 | 10000101 | 1111110 | 0 | 101010 | 101101 | 1010 | 100 | 1000100 | 1000110 |
Color Harmonies of #E6857E
Complementary color
Monochromatic Colors of #E6857E
Black with #E6857E
Text Example
Text Example
White with #E6857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6857E; }
p { color: rgb(230,133,126); }
H1.HeaderClassName
{
color: #E6857E;
}
.AnyTagClassName
{
color: #E6857E;
}
</style>
background-color css
<style>
a { background-color: #E6857E; }
a { background-color: rgb(230,133,126); }
div.DivClassName
{
background-color: #E6857E;
}
.BgClassName
{
background-color: #E6857E;
}
</style>
border-color css
<style>
span { border-color: #E6857E; }
span { border-color: rgb(230,133,126); }
td.TdClassName
{
border-color: #E6857E;
}
.TagClassName
{
border-color: #E6857E;
}
</style>