Shades of Sweet Pink #E68F84
Tints of Sweet Pink #E68F84
RGB
CMYK
RGB Variations
Color information
#E68F84 (or 0xE68F84) is known color: Sweet Pink. HEX triplet: E6, 8F and 84. RGB value is (230,143,132). Sum of RGB (Red+Green+Blue) = 230+143+132=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F84 is #19707B. Grayscale: #A7A7A7. Windows color (decimal): -1667196 or 8687590. OLE color: 8687590.
HSL color Cylindrical-coordinate representation of color #E68F84: hue angle of 6.73º 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 #E68F84 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 132 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.10 |
| HSL | 6.73º | 0.66% | 0.71% | - |
| HSV(B) | 6.73º | 0.43% | 0.9% | - |
| XYZ | 46.62 | 38.13 | 26.73 | - |
| YUV | 167.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 132 | 0 | 0.38 | 0.43 | 0.10 | 6.73 | 0.66 | 0.71 |
| Hex | E6 | 8F | 84 | 0 | 26 | 2B | A | 7 | 42 | 47 |
| Octal | 346 | 217 | 204 | 0 | 46 | 53 | 12 | 7 | 102 | 107 |
| Binary | 11100110 | 10001111 | 10000100 | 0 | 100110 | 101011 | 1010 | 111 | 1000010 | 1000111 |
Color Harmonies of #E68F84
Complementary color
Monochromatic Colors of #E68F84
Black with #E68F84
Text Example
Text Example
White with #E68F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F84; }
p { color: rgb(230,143,132); }
H1.HeaderClassName
{
color: #E68F84;
}
.AnyTagClassName
{
color: #E68F84;
}
</style>
background-color css
<style>
a { background-color: #E68F84; }
a { background-color: rgb(230,143,132); }
div.DivClassName
{
background-color: #E68F84;
}
.BgClassName
{
background-color: #E68F84;
}
</style>
border-color css
<style>
span { border-color: #E68F84; }
span { border-color: rgb(230,143,132); }
td.TdClassName
{
border-color: #E68F84;
}
.TagClassName
{
border-color: #E68F84;
}
</style>