Shades of Sweet Pink #E68F8B
Tints of Sweet Pink #E68F8B
RGB
CMYK
RGB Variations
Color information
#E68F8B (or 0xE68F8B) is known color: Sweet Pink. HEX triplet: E6, 8F and 8B. RGB value is (230,143,139). Sum of RGB (Red+Green+Blue) = 230+143+139=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F8B is #197074. Grayscale: #A8A8A8. Windows color (decimal): -1667189 or 9146342. OLE color: 9146342.
HSL color Cylindrical-coordinate representation of color #E68F8B: hue angle of 2.64º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68F8B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 139 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.10 |
| HSL | 2.64º | 0.65% | 0.72% | - |
| HSV(B) | 2.64º | 0.4% | 0.9% | - |
| XYZ | 47.12 | 38.33 | 29.34 | - |
| YUV | 168.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 139 | 0 | 0.38 | 0.40 | 0.10 | 2.64 | 0.65 | 0.72 |
| Hex | E6 | 8F | 8B | 0 | 26 | 28 | A | 3 | 41 | 48 |
| Octal | 346 | 217 | 213 | 0 | 46 | 50 | 12 | 3 | 101 | 110 |
| Binary | 11100110 | 10001111 | 10001011 | 0 | 100110 | 101000 | 1010 | 11 | 1000001 | 1001000 |
Color Harmonies of #E68F8B
Complementary color
Monochromatic Colors of #E68F8B
Black with #E68F8B
Text Example
Text Example
White with #E68F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F8B; }
p { color: rgb(230,143,139); }
H1.HeaderClassName
{
color: #E68F8B;
}
.AnyTagClassName
{
color: #E68F8B;
}
</style>
background-color css
<style>
a { background-color: #E68F8B; }
a { background-color: rgb(230,143,139); }
div.DivClassName
{
background-color: #E68F8B;
}
.BgClassName
{
background-color: #E68F8B;
}
</style>
border-color css
<style>
span { border-color: #E68F8B; }
span { border-color: rgb(230,143,139); }
td.TdClassName
{
border-color: #E68F8B;
}
.TagClassName
{
border-color: #E68F8B;
}
</style>