Shades of Sweet Pink #EE8A8A
Tints of Sweet Pink #EE8A8A
RGB
CMYK
RGB Variations
Color information
#EE8A8A (or 0xEE8A8A) is known color: Sweet Pink. HEX triplet: EE, 8A and 8A. RGB value is (238,138,138). Sum of RGB (Red+Green+Blue) = 238+138+138=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A8A is #117575. Grayscale: #A8A8A8. Windows color (decimal): -1144182 or 9079534. OLE color: 9079534.
HSL color Cylindrical-coordinate representation of color #EE8A8A: hue angle of 0º 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 #EE8A8A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 138 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 0º | 0.75% | 0.74% | - |
| HSV(B) | 0º | 0.42% | 0.93% | - |
| XYZ | 48.94 | 38.19 | 28.84 | - |
| YUV | 167.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 138 | 0 | 0.42 | 0.42 | 0.07 | 0 | 0.75 | 0.74 |
| Hex | EE | 8A | 8A | 0 | 2A | 2A | 7 | 0 | 4B | 4A |
| Octal | 356 | 212 | 212 | 0 | 52 | 52 | 7 | 0 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10001010 | 0 | 101010 | 101010 | 111 | 0 | 1001011 | 1001010 |
Color Harmonies of #EE8A8A
Complementary color
Monochromatic Colors of #EE8A8A
Black with #EE8A8A
Text Example
Text Example
White with #EE8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A8A; }
p { color: rgb(238,138,138); }
H1.HeaderClassName
{
color: #EE8A8A;
}
.AnyTagClassName
{
color: #EE8A8A;
}
</style>
background-color css
<style>
a { background-color: #EE8A8A; }
a { background-color: rgb(238,138,138); }
div.DivClassName
{
background-color: #EE8A8A;
}
.BgClassName
{
background-color: #EE8A8A;
}
</style>
border-color css
<style>
span { border-color: #EE8A8A; }
span { border-color: rgb(238,138,138); }
td.TdClassName
{
border-color: #EE8A8A;
}
.TagClassName
{
border-color: #EE8A8A;
}
</style>