Shades of Sweet Pink #E68D83
Tints of Sweet Pink #E68D83
RGB
CMYK
RGB Variations
Color information
#E68D83 (or 0xE68D83) is known color: Sweet Pink. HEX triplet: E6, 8D and 83. RGB value is (230,141,131). Sum of RGB (Red+Green+Blue) = 230+141+131=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D83 is #19727C. Grayscale: #A6A6A6. Windows color (decimal): -1667709 or 8621542. OLE color: 8621542.
HSL color Cylindrical-coordinate representation of color #E68D83: hue angle of 6.06º 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 #E68D83 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 131 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.10 |
| HSL | 6.06º | 0.66% | 0.71% | - |
| HSV(B) | 6.06º | 0.43% | 0.9% | - |
| XYZ | 46.25 | 37.51 | 26.28 | - |
| YUV | 166.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 131 | 0 | 0.39 | 0.43 | 0.10 | 6.06 | 0.66 | 0.71 |
| Hex | E6 | 8D | 83 | 0 | 27 | 2B | A | 6 | 42 | 47 |
| Octal | 346 | 215 | 203 | 0 | 47 | 53 | 12 | 6 | 102 | 107 |
| Binary | 11100110 | 10001101 | 10000011 | 0 | 100111 | 101011 | 1010 | 110 | 1000010 | 1000111 |
Color Harmonies of #E68D83
Complementary color
Monochromatic Colors of #E68D83
Black with #E68D83
Text Example
Text Example
White with #E68D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D83; }
p { color: rgb(230,141,131); }
H1.HeaderClassName
{
color: #E68D83;
}
.AnyTagClassName
{
color: #E68D83;
}
</style>
background-color css
<style>
a { background-color: #E68D83; }
a { background-color: rgb(230,141,131); }
div.DivClassName
{
background-color: #E68D83;
}
.BgClassName
{
background-color: #E68D83;
}
</style>
border-color css
<style>
span { border-color: #E68D83; }
span { border-color: rgb(230,141,131); }
td.TdClassName
{
border-color: #E68D83;
}
.TagClassName
{
border-color: #E68D83;
}
</style>