Shades of Sweet Pink #EE948F
Tints of Sweet Pink #EE948F
RGB
CMYK
RGB Variations
Color information
#EE948F (or 0xEE948F) is known color: Sweet Pink. HEX triplet: EE, 94 and 8F. RGB value is (238,148,143). Sum of RGB (Red+Green+Blue) = 238+148+143=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE948F is #116B70. Grayscale: #AEAEAE. Windows color (decimal): -1141617 or 9409774. OLE color: 9409774.
HSL color Cylindrical-coordinate representation of color #EE948F: hue angle of 3.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE948F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 143 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.07 |
| HSL | 3.16º | 0.74% | 0.75% | - |
| HSV(B) | 3.16º | 0.4% | 0.93% | - |
| XYZ | 50.81 | 41.34 | 31.29 | - |
| YUV | 174.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 143 | 0 | 0.38 | 0.40 | 0.07 | 3.16 | 0.74 | 0.75 |
| Hex | EE | 94 | 8F | 0 | 26 | 28 | 7 | 3 | 4A | 4B |
| Octal | 356 | 224 | 217 | 0 | 46 | 50 | 7 | 3 | 112 | 113 |
| Binary | 11101110 | 10010100 | 10001111 | 0 | 100110 | 101000 | 111 | 11 | 1001010 | 1001011 |
Color Harmonies of #EE948F
Complementary color
Monochromatic Colors of #EE948F
Black with #EE948F
Text Example
Text Example
White with #EE948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE948F; }
p { color: rgb(238,148,143); }
H1.HeaderClassName
{
color: #EE948F;
}
.AnyTagClassName
{
color: #EE948F;
}
</style>
background-color css
<style>
a { background-color: #EE948F; }
a { background-color: rgb(238,148,143); }
div.DivClassName
{
background-color: #EE948F;
}
.BgClassName
{
background-color: #EE948F;
}
</style>
border-color css
<style>
span { border-color: #EE948F; }
span { border-color: rgb(238,148,143); }
td.TdClassName
{
border-color: #EE948F;
}
.TagClassName
{
border-color: #EE948F;
}
</style>