Shades of Sweet Pink #E69288
Tints of Sweet Pink #E69288
RGB
CMYK
RGB Variations
Color information
#E69288 (or 0xE69288) is known color: Sweet Pink. HEX triplet: E6, 92 and 88. RGB value is (230,146,136). Sum of RGB (Red+Green+Blue) = 230+146+136=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69288 is #196D77. Grayscale: #AAAAAA. Windows color (decimal): -1666424 or 8950502. OLE color: 8950502.
HSL color Cylindrical-coordinate representation of color #E69288: hue angle of 6.38º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E69288 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 136 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.10 |
| HSL | 6.38º | 0.65% | 0.72% | - |
| HSV(B) | 6.38º | 0.41% | 0.9% | - |
| XYZ | 47.36 | 39.16 | 28.35 | - |
| YUV | 169.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 136 | 0 | 0.37 | 0.41 | 0.10 | 6.38 | 0.65 | 0.72 |
| Hex | E6 | 92 | 88 | 0 | 25 | 29 | A | 6 | 41 | 48 |
| Octal | 346 | 222 | 210 | 0 | 45 | 51 | 12 | 6 | 101 | 110 |
| Binary | 11100110 | 10010010 | 10001000 | 0 | 100101 | 101001 | 1010 | 110 | 1000001 | 1001000 |
Color Harmonies of #E69288
Complementary color
Monochromatic Colors of #E69288
Black with #E69288
Text Example
Text Example
White with #E69288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69288; }
p { color: rgb(230,146,136); }
H1.HeaderClassName
{
color: #E69288;
}
.AnyTagClassName
{
color: #E69288;
}
</style>
background-color css
<style>
a { background-color: #E69288; }
a { background-color: rgb(230,146,136); }
div.DivClassName
{
background-color: #E69288;
}
.BgClassName
{
background-color: #E69288;
}
</style>
border-color css
<style>
span { border-color: #E69288; }
span { border-color: rgb(230,146,136); }
td.TdClassName
{
border-color: #E69288;
}
.TagClassName
{
border-color: #E69288;
}
</style>