Shades of Sweet Pink #E68F83
Tints of Sweet Pink #E68F83
RGB
CMYK
RGB Variations
Color information
#E68F83 (or 0xE68F83) is known color: Sweet Pink. HEX triplet: E6, 8F and 83. RGB value is (230,143,131). Sum of RGB (Red+Green+Blue) = 230+143+131=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F83 is #19707C. Grayscale: #A7A7A7. Windows color (decimal): -1667197 or 8622054. OLE color: 8622054.
HSL color Cylindrical-coordinate representation of color #E68F83: hue angle of 7.27º 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 #E68F83 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 131 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.10 |
| HSL | 7.27º | 0.66% | 0.71% | - |
| HSV(B) | 7.27º | 0.43% | 0.9% | - |
| XYZ | 46.55 | 38.11 | 26.37 | - |
| YUV | 167.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 131 | 0 | 0.38 | 0.43 | 0.10 | 7.27 | 0.66 | 0.71 |
| Hex | E6 | 8F | 83 | 0 | 26 | 2B | A | 7 | 42 | 47 |
| Octal | 346 | 217 | 203 | 0 | 46 | 53 | 12 | 7 | 102 | 107 |
| Binary | 11100110 | 10001111 | 10000011 | 0 | 100110 | 101011 | 1010 | 111 | 1000010 | 1000111 |
Color Harmonies of #E68F83
Complementary color
Monochromatic Colors of #E68F83
Black with #E68F83
Text Example
Text Example
White with #E68F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F83; }
p { color: rgb(230,143,131); }
H1.HeaderClassName
{
color: #E68F83;
}
.AnyTagClassName
{
color: #E68F83;
}
</style>
background-color css
<style>
a { background-color: #E68F83; }
a { background-color: rgb(230,143,131); }
div.DivClassName
{
background-color: #E68F83;
}
.BgClassName
{
background-color: #E68F83;
}
</style>
border-color css
<style>
span { border-color: #E68F83; }
span { border-color: rgb(230,143,131); }
td.TdClassName
{
border-color: #E68F83;
}
.TagClassName
{
border-color: #E68F83;
}
</style>