Shades of Sweet Pink #E6908F
Tints of Sweet Pink #E6908F
RGB
CMYK
RGB Variations
Color information
#E6908F (or 0xE6908F) is known color: Sweet Pink. HEX triplet: E6, 90 and 8F. RGB value is (230,144,143). Sum of RGB (Red+Green+Blue) = 230+144+143=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6908F is #196F70. Grayscale: #A9A9A9. Windows color (decimal): -1666929 or 9408742. OLE color: 9408742.
HSL color Cylindrical-coordinate representation of color #E6908F: hue angle of 0.69º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6908F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 143 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.10 |
| HSL | 0.69º | 0.64% | 0.73% | - |
| HSV(B) | 0.69º | 0.38% | 0.9% | - |
| XYZ | 47.56 | 38.75 | 30.96 | - |
| YUV | 169.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 143 | 0 | 0.37 | 0.38 | 0.10 | 0.69 | 0.64 | 0.73 |
| Hex | E6 | 90 | 8F | 0 | 25 | 26 | A | 1 | 40 | 49 |
| Octal | 346 | 220 | 217 | 0 | 45 | 46 | 12 | 1 | 100 | 111 |
| Binary | 11100110 | 10010000 | 10001111 | 0 | 100101 | 100110 | 1010 | 1 | 1000000 | 1001001 |
Color Harmonies of #E6908F
Complementary color
Monochromatic Colors of #E6908F
Black with #E6908F
Text Example
Text Example
White with #E6908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6908F; }
p { color: rgb(230,144,143); }
H1.HeaderClassName
{
color: #E6908F;
}
.AnyTagClassName
{
color: #E6908F;
}
</style>
background-color css
<style>
a { background-color: #E6908F; }
a { background-color: rgb(230,144,143); }
div.DivClassName
{
background-color: #E6908F;
}
.BgClassName
{
background-color: #E6908F;
}
</style>
border-color css
<style>
span { border-color: #E6908F; }
span { border-color: rgb(230,144,143); }
td.TdClassName
{
border-color: #E6908F;
}
.TagClassName
{
border-color: #E6908F;
}
</style>