Shades of Sweet Pink #EE8C8A
Tints of Sweet Pink #EE8C8A
RGB
CMYK
RGB Variations
Color information
#EE8C8A (or 0xEE8C8A) is known color: Sweet Pink. HEX triplet: EE, 8C and 8A. RGB value is (238,140,138). Sum of RGB (Red+Green+Blue) = 238+140+138=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C8A is #117375. Grayscale: #A9A9A9. Windows color (decimal): -1143670 or 9080046. OLE color: 9080046.
HSL color Cylindrical-coordinate representation of color #EE8C8A: hue angle of 1.2º 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 #EE8C8A is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 138 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.07 |
| HSL | 1.2º | 0.75% | 0.74% | - |
| HSV(B) | 1.2º | 0.42% | 0.93% | - |
| XYZ | 49.23 | 38.77 | 28.93 | - |
| YUV | 169.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 138 | 0 | 0.41 | 0.42 | 0.07 | 1.2 | 0.75 | 0.74 |
| Hex | EE | 8C | 8A | 0 | 29 | 2A | 7 | 1 | 4B | 4A |
| Octal | 356 | 214 | 212 | 0 | 51 | 52 | 7 | 1 | 113 | 112 |
| Binary | 11101110 | 10001100 | 10001010 | 0 | 101001 | 101010 | 111 | 1 | 1001011 | 1001010 |
Color Harmonies of #EE8C8A
Complementary color
Monochromatic Colors of #EE8C8A
Black with #EE8C8A
Text Example
Text Example
White with #EE8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C8A; }
p { color: rgb(238,140,138); }
H1.HeaderClassName
{
color: #EE8C8A;
}
.AnyTagClassName
{
color: #EE8C8A;
}
</style>
background-color css
<style>
a { background-color: #EE8C8A; }
a { background-color: rgb(238,140,138); }
div.DivClassName
{
background-color: #EE8C8A;
}
.BgClassName
{
background-color: #EE8C8A;
}
</style>
border-color css
<style>
span { border-color: #EE8C8A; }
span { border-color: rgb(238,140,138); }
td.TdClassName
{
border-color: #EE8C8A;
}
.TagClassName
{
border-color: #EE8C8A;
}
</style>