Shades of Sweet Pink #E68B83
Tints of Sweet Pink #E68B83
RGB
CMYK
RGB Variations
Color information
#E68B83 (or 0xE68B83) is known color: Sweet Pink. HEX triplet: E6, 8B and 83. RGB value is (230,139,131). Sum of RGB (Red+Green+Blue) = 230+139+131=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B83 is #19747C. Grayscale: #A5A5A5. Windows color (decimal): -1668221 or 8621030. OLE color: 8621030.
HSL color Cylindrical-coordinate representation of color #E68B83: hue angle of 4.85º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68B83 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 131 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.10 |
| HSL | 4.85º | 0.66% | 0.71% | - |
| HSV(B) | 4.85º | 0.43% | 0.9% | - |
| XYZ | 45.96 | 36.93 | 26.18 | - |
| YUV | 165.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 131 | 0 | 0.40 | 0.43 | 0.10 | 4.85 | 0.66 | 0.71 |
| Hex | E6 | 8B | 83 | 0 | 28 | 2B | A | 5 | 42 | 47 |
| Octal | 346 | 213 | 203 | 0 | 50 | 53 | 12 | 5 | 102 | 107 |
| Binary | 11100110 | 10001011 | 10000011 | 0 | 101000 | 101011 | 1010 | 101 | 1000010 | 1000111 |
Color Harmonies of #E68B83
Complementary color
Monochromatic Colors of #E68B83
Black with #E68B83
Text Example
Text Example
White with #E68B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B83; }
p { color: rgb(230,139,131); }
H1.HeaderClassName
{
color: #E68B83;
}
.AnyTagClassName
{
color: #E68B83;
}
</style>
background-color css
<style>
a { background-color: #E68B83; }
a { background-color: rgb(230,139,131); }
div.DivClassName
{
background-color: #E68B83;
}
.BgClassName
{
background-color: #E68B83;
}
</style>
border-color css
<style>
span { border-color: #E68B83; }
span { border-color: rgb(230,139,131); }
td.TdClassName
{
border-color: #E68B83;
}
.TagClassName
{
border-color: #E68B83;
}
</style>