Shades of Sweet Pink #E69794
Tints of Sweet Pink #E69794
RGB
CMYK
RGB Variations
Color information
#E69794 (or 0xE69794) is known color: Sweet Pink. HEX triplet: E6, 97 and 94. RGB value is (230,151,148). Sum of RGB (Red+Green+Blue) = 230+151+148=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69794 is #19686B. Grayscale: #AEAEAE. Windows color (decimal): -1665132 or 9738214. OLE color: 9738214.
HSL color Cylindrical-coordinate representation of color #E69794: hue angle of 2.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69794 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 148 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.10 |
| HSL | 2.2º | 0.62% | 0.74% | - |
| HSV(B) | 2.2º | 0.36% | 0.9% | - |
| XYZ | 49.05 | 41.09 | 33.36 | - |
| YUV | 174.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 148 | 0 | 0.34 | 0.36 | 0.10 | 2.2 | 0.62 | 0.74 |
| Hex | E6 | 97 | 94 | 0 | 22 | 24 | A | 2 | 3E | 4A |
| Octal | 346 | 227 | 224 | 0 | 42 | 44 | 12 | 2 | 76 | 112 |
| Binary | 11100110 | 10010111 | 10010100 | 0 | 100010 | 100100 | 1010 | 10 | 111110 | 1001010 |
Color Harmonies of #E69794
Complementary color
Monochromatic Colors of #E69794
Black with #E69794
Text Example
Text Example
White with #E69794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69794; }
p { color: rgb(230,151,148); }
H1.HeaderClassName
{
color: #E69794;
}
.AnyTagClassName
{
color: #E69794;
}
</style>
background-color css
<style>
a { background-color: #E69794; }
a { background-color: rgb(230,151,148); }
div.DivClassName
{
background-color: #E69794;
}
.BgClassName
{
background-color: #E69794;
}
</style>
border-color css
<style>
span { border-color: #E69794; }
span { border-color: rgb(230,151,148); }
td.TdClassName
{
border-color: #E69794;
}
.TagClassName
{
border-color: #E69794;
}
</style>