Shades of Sweet Pink #EE908A
Tints of Sweet Pink #EE908A
RGB
CMYK
RGB Variations
Color information
#EE908A (or 0xEE908A) is known color: Sweet Pink. HEX triplet: EE, 90 and 8A. RGB value is (238,144,138). Sum of RGB (Red+Green+Blue) = 238+144+138=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE908A is #116F75. Grayscale: #ABABAB. Windows color (decimal): -1142646 or 9081070. OLE color: 9081070.
HSL color Cylindrical-coordinate representation of color #EE908A: hue angle of 3.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 #EE908A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 138 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.07 |
| HSL | 3.6º | 0.75% | 0.74% | - |
| HSV(B) | 3.6º | 0.42% | 0.93% | - |
| XYZ | 49.82 | 39.96 | 29.13 | - |
| YUV | 171.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 138 | 0 | 0.39 | 0.42 | 0.07 | 3.6 | 0.75 | 0.74 |
| Hex | EE | 90 | 8A | 0 | 27 | 2A | 7 | 4 | 4B | 4A |
| Octal | 356 | 220 | 212 | 0 | 47 | 52 | 7 | 4 | 113 | 112 |
| Binary | 11101110 | 10010000 | 10001010 | 0 | 100111 | 101010 | 111 | 100 | 1001011 | 1001010 |
Color Harmonies of #EE908A
Complementary color
Monochromatic Colors of #EE908A
Black with #EE908A
Text Example
Text Example
White with #EE908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE908A; }
p { color: rgb(238,144,138); }
H1.HeaderClassName
{
color: #EE908A;
}
.AnyTagClassName
{
color: #EE908A;
}
</style>
background-color css
<style>
a { background-color: #EE908A; }
a { background-color: rgb(238,144,138); }
div.DivClassName
{
background-color: #EE908A;
}
.BgClassName
{
background-color: #EE908A;
}
</style>
border-color css
<style>
span { border-color: #EE908A; }
span { border-color: rgb(238,144,138); }
td.TdClassName
{
border-color: #EE908A;
}
.TagClassName
{
border-color: #EE908A;
}
</style>