Shades of Sweet Pink #E6908A
Tints of Sweet Pink #E6908A
RGB
CMYK
RGB Variations
Color information
#E6908A (or 0xE6908A) is known color: Sweet Pink. HEX triplet: E6, 90 and 8A. RGB value is (230,144,138). Sum of RGB (Red+Green+Blue) = 230+144+138=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6908A is #196F75. Grayscale: #A9A9A9. Windows color (decimal): -1666934 or 9081062. OLE color: 9081062.
HSL color Cylindrical-coordinate representation of color #E6908A: hue angle of 3.91º 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 #E6908A is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 138 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.10 |
| HSL | 3.91º | 0.65% | 0.72% | - |
| HSV(B) | 3.91º | 0.4% | 0.9% | - |
| XYZ | 47.19 | 38.6 | 29.01 | - |
| YUV | 169.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 138 | 0 | 0.37 | 0.4 | 0.10 | 3.91 | 0.65 | 0.72 |
| Hex | E6 | 90 | 8A | 0 | 25 | 28 | A | 4 | 41 | 48 |
| Octal | 346 | 220 | 212 | 0 | 45 | 50 | 12 | 4 | 101 | 110 |
| Binary | 11100110 | 10010000 | 10001010 | 0 | 100101 | 101000 | 1010 | 100 | 1000001 | 1001000 |
Color Harmonies of #E6908A
Complementary color
Monochromatic Colors of #E6908A
Black with #E6908A
Text Example
Text Example
White with #E6908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6908A; }
p { color: rgb(230,144,138); }
H1.HeaderClassName
{
color: #E6908A;
}
.AnyTagClassName
{
color: #E6908A;
}
</style>
background-color css
<style>
a { background-color: #E6908A; }
a { background-color: rgb(230,144,138); }
div.DivClassName
{
background-color: #E6908A;
}
.BgClassName
{
background-color: #E6908A;
}
</style>
border-color css
<style>
span { border-color: #E6908A; }
span { border-color: rgb(230,144,138); }
td.TdClassName
{
border-color: #E6908A;
}
.TagClassName
{
border-color: #E6908A;
}
</style>