Shades of Sweet Pink #E6908D
Tints of Sweet Pink #E6908D
RGB
CMYK
RGB Variations
Color information
#E6908D (or 0xE6908D) is known color: Sweet Pink. HEX triplet: E6, 90 and 8D. RGB value is (230,144,141). Sum of RGB (Red+Green+Blue) = 230+144+141=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6908D is #196F72. Grayscale: #A9A9A9. Windows color (decimal): -1666931 or 9277670. OLE color: 9277670.
HSL color Cylindrical-coordinate representation of color #E6908D: hue angle of 2.02º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6908D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 141 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.10 |
| HSL | 2.02º | 0.64% | 0.73% | - |
| HSV(B) | 2.02º | 0.39% | 0.9% | - |
| XYZ | 47.41 | 38.69 | 30.17 | - |
| YUV | 169.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 141 | 0 | 0.37 | 0.39 | 0.10 | 2.02 | 0.64 | 0.73 |
| Hex | E6 | 90 | 8D | 0 | 25 | 27 | A | 2 | 40 | 49 |
| Octal | 346 | 220 | 215 | 0 | 45 | 47 | 12 | 2 | 100 | 111 |
| Binary | 11100110 | 10010000 | 10001101 | 0 | 100101 | 100111 | 1010 | 10 | 1000000 | 1001001 |
Color Harmonies of #E6908D
Complementary color
Monochromatic Colors of #E6908D
Black with #E6908D
Text Example
Text Example
White with #E6908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6908D; }
p { color: rgb(230,144,141); }
H1.HeaderClassName
{
color: #E6908D;
}
.AnyTagClassName
{
color: #E6908D;
}
</style>
background-color css
<style>
a { background-color: #E6908D; }
a { background-color: rgb(230,144,141); }
div.DivClassName
{
background-color: #E6908D;
}
.BgClassName
{
background-color: #E6908D;
}
</style>
border-color css
<style>
span { border-color: #E6908D; }
span { border-color: rgb(230,144,141); }
td.TdClassName
{
border-color: #E6908D;
}
.TagClassName
{
border-color: #E6908D;
}
</style>