Shades of Sweet Pink #EE908E
Tints of Sweet Pink #EE908E
RGB
CMYK
RGB Variations
Color information
#EE908E (or 0xEE908E) is known color: Sweet Pink. HEX triplet: EE, 90 and 8E. RGB value is (238,144,142). Sum of RGB (Red+Green+Blue) = 238+144+142=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE908E is #116F71. Grayscale: #ABABAB. Windows color (decimal): -1142642 or 9343214. OLE color: 9343214.
HSL color Cylindrical-coordinate representation of color #EE908E: hue angle of 1.25º 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 #EE908E is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 142 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.07 |
| HSL | 1.25º | 0.74% | 0.75% | - |
| HSV(B) | 1.25º | 0.4% | 0.93% | - |
| XYZ | 50.12 | 40.08 | 30.69 | - |
| YUV | 171.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 142 | 0 | 0.39 | 0.40 | 0.07 | 1.25 | 0.74 | 0.75 |
| Hex | EE | 90 | 8E | 0 | 27 | 28 | 7 | 1 | 4A | 4B |
| Octal | 356 | 220 | 216 | 0 | 47 | 50 | 7 | 1 | 112 | 113 |
| Binary | 11101110 | 10010000 | 10001110 | 0 | 100111 | 101000 | 111 | 1 | 1001010 | 1001011 |
Color Harmonies of #EE908E
Complementary color
Monochromatic Colors of #EE908E
Black with #EE908E
Text Example
Text Example
White with #EE908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE908E; }
p { color: rgb(238,144,142); }
H1.HeaderClassName
{
color: #EE908E;
}
.AnyTagClassName
{
color: #EE908E;
}
</style>
background-color css
<style>
a { background-color: #EE908E; }
a { background-color: rgb(238,144,142); }
div.DivClassName
{
background-color: #EE908E;
}
.BgClassName
{
background-color: #EE908E;
}
</style>
border-color css
<style>
span { border-color: #EE908E; }
span { border-color: rgb(238,144,142); }
td.TdClassName
{
border-color: #EE908E;
}
.TagClassName
{
border-color: #EE908E;
}
</style>