Shades of Sweet Pink #E9968F
Tints of Sweet Pink #E9968F
RGB
CMYK
RGB Variations
Color information
#E9968F (or 0xE9968F) is known color: Sweet Pink. HEX triplet: E9, 96 and 8F. RGB value is (233,150,143). Sum of RGB (Red+Green+Blue) = 233+150+143=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968F is #166970. Grayscale: #AEAEAE. Windows color (decimal): -1468785 or 9410281. OLE color: 9410281.
HSL color Cylindrical-coordinate representation of color #E9968F: hue angle of 4.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9968F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 143 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.09 |
| HSL | 4.67º | 0.67% | 0.74% | - |
| HSV(B) | 4.67º | 0.39% | 0.91% | - |
| XYZ | 49.47 | 41.12 | 31.32 | - |
| YUV | 174.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 143 | 0 | 0.36 | 0.39 | 0.09 | 4.67 | 0.67 | 0.74 |
| Hex | E9 | 96 | 8F | 0 | 24 | 27 | 9 | 5 | 43 | 4A |
| Octal | 351 | 226 | 217 | 0 | 44 | 47 | 11 | 5 | 103 | 112 |
| Binary | 11101001 | 10010110 | 10001111 | 0 | 100100 | 100111 | 1001 | 101 | 1000011 | 1001010 |
Color Harmonies of #E9968F
Complementary color
Monochromatic Colors of #E9968F
Black with #E9968F
Text Example
Text Example
White with #E9968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9968F; }
p { color: rgb(233,150,143); }
H1.HeaderClassName
{
color: #E9968F;
}
.AnyTagClassName
{
color: #E9968F;
}
</style>
background-color css
<style>
a { background-color: #E9968F; }
a { background-color: rgb(233,150,143); }
div.DivClassName
{
background-color: #E9968F;
}
.BgClassName
{
background-color: #E9968F;
}
</style>
border-color css
<style>
span { border-color: #E9968F; }
span { border-color: rgb(233,150,143); }
td.TdClassName
{
border-color: #E9968F;
}
.TagClassName
{
border-color: #E9968F;
}
</style>