Shades of Sweet Pink #EE9190
Tints of Sweet Pink #EE9190
RGB
CMYK
RGB Variations
Color information
#EE9190 (or 0xEE9190) is known color: Sweet Pink. HEX triplet: EE, 91 and 90. RGB value is (238,145,144). Sum of RGB (Red+Green+Blue) = 238+145+144=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9190 is #116E6F. Grayscale: #ACACAC. Windows color (decimal): -1142384 or 9474542. OLE color: 9474542.
HSL color Cylindrical-coordinate representation of color #EE9190: hue angle of 0.64º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE9190 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 144 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.07 |
| HSL | 0.64º | 0.73% | 0.75% | - |
| HSV(B) | 0.64º | 0.39% | 0.93% | - |
| XYZ | 50.42 | 40.44 | 31.53 | - |
| YUV | 172.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 144 | 0 | 0.39 | 0.39 | 0.07 | 0.64 | 0.73 | 0.75 |
| Hex | EE | 91 | 90 | 0 | 27 | 27 | 7 | 1 | 49 | 4B |
| Octal | 356 | 221 | 220 | 0 | 47 | 47 | 7 | 1 | 111 | 113 |
| Binary | 11101110 | 10010001 | 10010000 | 0 | 100111 | 100111 | 111 | 1 | 1001001 | 1001011 |
Color Harmonies of #EE9190
Complementary color
Monochromatic Colors of #EE9190
Black with #EE9190
Text Example
Text Example
White with #EE9190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9190; }
p { color: rgb(238,145,144); }
H1.HeaderClassName
{
color: #EE9190;
}
.AnyTagClassName
{
color: #EE9190;
}
</style>
background-color css
<style>
a { background-color: #EE9190; }
a { background-color: rgb(238,145,144); }
div.DivClassName
{
background-color: #EE9190;
}
.BgClassName
{
background-color: #EE9190;
}
</style>
border-color css
<style>
span { border-color: #EE9190; }
span { border-color: rgb(238,145,144); }
td.TdClassName
{
border-color: #EE9190;
}
.TagClassName
{
border-color: #EE9190;
}
</style>