Shades of Sweet Pink #EE948A
Tints of Sweet Pink #EE948A
RGB
CMYK
RGB Variations
Color information
#EE948A (or 0xEE948A) is known color: Sweet Pink. HEX triplet: EE, 94 and 8A. RGB value is (238,148,138). Sum of RGB (Red+Green+Blue) = 238+148+138=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE948A is #116B75. Grayscale: #ADADAD. Windows color (decimal): -1141622 or 9082094. OLE color: 9082094.
HSL color Cylindrical-coordinate representation of color #EE948A: hue angle of 6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE948A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.07 |
| HSL | 6º | 0.75% | 0.74% | - |
| HSV(B) | 6º | 0.42% | 0.93% | - |
| XYZ | 50.44 | 41.19 | 29.34 | - |
| YUV | 173.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 138 | 0 | 0.38 | 0.42 | 0.07 | 6 | 0.75 | 0.74 |
| Hex | EE | 94 | 8A | 0 | 26 | 2A | 7 | 6 | 4B | 4A |
| Octal | 356 | 224 | 212 | 0 | 46 | 52 | 7 | 6 | 113 | 112 |
| Binary | 11101110 | 10010100 | 10001010 | 0 | 100110 | 101010 | 111 | 110 | 1001011 | 1001010 |
Color Harmonies of #EE948A
Complementary color
Monochromatic Colors of #EE948A
Black with #EE948A
Text Example
Text Example
White with #EE948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE948A; }
p { color: rgb(238,148,138); }
H1.HeaderClassName
{
color: #EE948A;
}
.AnyTagClassName
{
color: #EE948A;
}
</style>
background-color css
<style>
a { background-color: #EE948A; }
a { background-color: rgb(238,148,138); }
div.DivClassName
{
background-color: #EE948A;
}
.BgClassName
{
background-color: #EE948A;
}
</style>
border-color css
<style>
span { border-color: #EE948A; }
span { border-color: rgb(238,148,138); }
td.TdClassName
{
border-color: #EE948A;
}
.TagClassName
{
border-color: #EE948A;
}
</style>