Shades of Sweet Pink #EE948C
Tints of Sweet Pink #EE948C
RGB
CMYK
RGB Variations
Color information
#EE948C (or 0xEE948C) is known color: Sweet Pink. HEX triplet: EE, 94 and 8C. RGB value is (238,148,140). Sum of RGB (Red+Green+Blue) = 238+148+140=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE948C is #116B73. Grayscale: #AEAEAE. Windows color (decimal): -1141620 or 9213166. OLE color: 9213166.
HSL color Cylindrical-coordinate representation of color #EE948C: hue angle of 4.9º 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 #EE948C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 140 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 4.9º | 0.74% | 0.74% | - |
| HSV(B) | 4.9º | 0.41% | 0.93% | - |
| XYZ | 50.58 | 41.25 | 30.11 | - |
| YUV | 174 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 140 | 0 | 0.38 | 0.41 | 0.07 | 4.9 | 0.74 | 0.74 |
| Hex | EE | 94 | 8C | 0 | 26 | 29 | 7 | 5 | 4A | 4A |
| Octal | 356 | 224 | 214 | 0 | 46 | 51 | 7 | 5 | 112 | 112 |
| Binary | 11101110 | 10010100 | 10001100 | 0 | 100110 | 101001 | 111 | 101 | 1001010 | 1001010 |
Color Harmonies of #EE948C
Complementary color
Monochromatic Colors of #EE948C
Black with #EE948C
Text Example
Text Example
White with #EE948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE948C; }
p { color: rgb(238,148,140); }
H1.HeaderClassName
{
color: #EE948C;
}
.AnyTagClassName
{
color: #EE948C;
}
</style>
background-color css
<style>
a { background-color: #EE948C; }
a { background-color: rgb(238,148,140); }
div.DivClassName
{
background-color: #EE948C;
}
.BgClassName
{
background-color: #EE948C;
}
</style>
border-color css
<style>
span { border-color: #EE948C; }
span { border-color: rgb(238,148,140); }
td.TdClassName
{
border-color: #EE948C;
}
.TagClassName
{
border-color: #EE948C;
}
</style>