Shades of Sweet Pink #E69085
Tints of Sweet Pink #E69085
RGB
CMYK
RGB Variations
Color information
#E69085 (or 0xE69085) is known color: Sweet Pink. HEX triplet: E6, 90 and 85. RGB value is (230,144,133). Sum of RGB (Red+Green+Blue) = 230+144+133=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69085 is #196F7A. Grayscale: #A8A8A8. Windows color (decimal): -1666939 or 8753382. OLE color: 8753382.
HSL color Cylindrical-coordinate representation of color #E69085: hue angle of 6.8º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E69085 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 133 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.10 |
| HSL | 6.8º | 0.66% | 0.71% | - |
| HSV(B) | 6.8º | 0.42% | 0.9% | - |
| XYZ | 46.84 | 38.46 | 27.15 | - |
| YUV | 168.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 133 | 0 | 0.37 | 0.42 | 0.10 | 6.8 | 0.66 | 0.71 |
| Hex | E6 | 90 | 85 | 0 | 25 | 2A | A | 7 | 42 | 47 |
| Octal | 346 | 220 | 205 | 0 | 45 | 52 | 12 | 7 | 102 | 107 |
| Binary | 11100110 | 10010000 | 10000101 | 0 | 100101 | 101010 | 1010 | 111 | 1000010 | 1000111 |
Color Harmonies of #E69085
Complementary color
Monochromatic Colors of #E69085
Black with #E69085
Text Example
Text Example
White with #E69085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69085; }
p { color: rgb(230,144,133); }
H1.HeaderClassName
{
color: #E69085;
}
.AnyTagClassName
{
color: #E69085;
}
</style>
background-color css
<style>
a { background-color: #E69085; }
a { background-color: rgb(230,144,133); }
div.DivClassName
{
background-color: #E69085;
}
.BgClassName
{
background-color: #E69085;
}
</style>
border-color css
<style>
span { border-color: #E69085; }
span { border-color: rgb(230,144,133); }
td.TdClassName
{
border-color: #E69085;
}
.TagClassName
{
border-color: #E69085;
}
</style>