Shades of Sweet Pink #EE928D
Tints of Sweet Pink #EE928D
RGB
CMYK
RGB Variations
Color information
#EE928D (or 0xEE928D) is known color: Sweet Pink. HEX triplet: EE, 92 and 8D. RGB value is (238,146,141). Sum of RGB (Red+Green+Blue) = 238+146+141=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE928D is #116D72. Grayscale: #ADADAD. Windows color (decimal): -1142131 or 9278190. OLE color: 9278190.
HSL color Cylindrical-coordinate representation of color #EE928D: hue angle of 3.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE928D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 141 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.07 |
| HSL | 3.09º | 0.74% | 0.74% | - |
| HSV(B) | 3.09º | 0.41% | 0.93% | - |
| XYZ | 50.35 | 40.66 | 30.39 | - |
| YUV | 172.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 141 | 0 | 0.39 | 0.41 | 0.07 | 3.09 | 0.74 | 0.74 |
| Hex | EE | 92 | 8D | 0 | 27 | 29 | 7 | 3 | 4A | 4A |
| Octal | 356 | 222 | 215 | 0 | 47 | 51 | 7 | 3 | 112 | 112 |
| Binary | 11101110 | 10010010 | 10001101 | 0 | 100111 | 101001 | 111 | 11 | 1001010 | 1001010 |
Color Harmonies of #EE928D
Complementary color
Monochromatic Colors of #EE928D
Black with #EE928D
Text Example
Text Example
White with #EE928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE928D; }
p { color: rgb(238,146,141); }
H1.HeaderClassName
{
color: #EE928D;
}
.AnyTagClassName
{
color: #EE928D;
}
</style>
background-color css
<style>
a { background-color: #EE928D; }
a { background-color: rgb(238,146,141); }
div.DivClassName
{
background-color: #EE928D;
}
.BgClassName
{
background-color: #EE928D;
}
</style>
border-color css
<style>
span { border-color: #EE928D; }
span { border-color: rgb(238,146,141); }
td.TdClassName
{
border-color: #EE928D;
}
.TagClassName
{
border-color: #EE928D;
}
</style>