Shades of Sweet Pink #EE978C
Tints of Sweet Pink #EE978C
RGB
CMYK
RGB Variations
Color information
#EE978C (or 0xEE978C) is known color: Sweet Pink. HEX triplet: EE, 97 and 8C. RGB value is (238,151,140). Sum of RGB (Red+Green+Blue) = 238+151+140=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE978C is #116873. Grayscale: #AFAFAF. Windows color (decimal): -1140852 or 9213934. OLE color: 9213934.
HSL color Cylindrical-coordinate representation of color #EE978C: hue angle of 6.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE978C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 140 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.07 |
| HSL | 6.73º | 0.74% | 0.74% | - |
| HSV(B) | 6.73º | 0.41% | 0.93% | - |
| XYZ | 51.06 | 42.2 | 30.27 | - |
| YUV | 175.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 140 | 0 | 0.37 | 0.41 | 0.07 | 6.73 | 0.74 | 0.74 |
| Hex | EE | 97 | 8C | 0 | 25 | 29 | 7 | 7 | 4A | 4A |
| Octal | 356 | 227 | 214 | 0 | 45 | 51 | 7 | 7 | 112 | 112 |
| Binary | 11101110 | 10010111 | 10001100 | 0 | 100101 | 101001 | 111 | 111 | 1001010 | 1001010 |
Color Harmonies of #EE978C
Complementary color
Monochromatic Colors of #EE978C
Black with #EE978C
Text Example
Text Example
White with #EE978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE978C; }
p { color: rgb(238,151,140); }
H1.HeaderClassName
{
color: #EE978C;
}
.AnyTagClassName
{
color: #EE978C;
}
</style>
background-color css
<style>
a { background-color: #EE978C; }
a { background-color: rgb(238,151,140); }
div.DivClassName
{
background-color: #EE978C;
}
.BgClassName
{
background-color: #EE978C;
}
</style>
border-color css
<style>
span { border-color: #EE978C; }
span { border-color: rgb(238,151,140); }
td.TdClassName
{
border-color: #EE978C;
}
.TagClassName
{
border-color: #EE978C;
}
</style>