Shades of Sweet Pink #EE8B8B
Tints of Sweet Pink #EE8B8B
RGB
CMYK
RGB Variations
Color information
#EE8B8B (or 0xEE8B8B) is known color: Sweet Pink. HEX triplet: EE, 8B and 8B. RGB value is (238,139,139). Sum of RGB (Red+Green+Blue) = 238+139+139=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8B8B is #117474. Grayscale: #A8A8A8. Windows color (decimal): -1143925 or 9145326. OLE color: 9145326.
HSL color Cylindrical-coordinate representation of color #EE8B8B: hue angle of 0º degrees, saturation: 0.74, 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 #EE8B8B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 139 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 0º | 0.74% | 0.74% | - |
| HSV(B) | 0º | 0.42% | 0.93% | - |
| XYZ | 49.15 | 38.51 | 29.27 | - |
| YUV | 168.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 139 | 0 | 0.42 | 0.42 | 0.07 | 0 | 0.74 | 0.74 |
| Hex | EE | 8B | 8B | 0 | 2A | 2A | 7 | 0 | 4A | 4A |
| Octal | 356 | 213 | 213 | 0 | 52 | 52 | 7 | 0 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10001011 | 0 | 101010 | 101010 | 111 | 0 | 1001010 | 1001010 |
Color Harmonies of #EE8B8B
Complementary color
Monochromatic Colors of #EE8B8B
Black with #EE8B8B
Text Example
Text Example
White with #EE8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B8B; }
p { color: rgb(238,139,139); }
H1.HeaderClassName
{
color: #EE8B8B;
}
.AnyTagClassName
{
color: #EE8B8B;
}
</style>
background-color css
<style>
a { background-color: #EE8B8B; }
a { background-color: rgb(238,139,139); }
div.DivClassName
{
background-color: #EE8B8B;
}
.BgClassName
{
background-color: #EE8B8B;
}
</style>
border-color css
<style>
span { border-color: #EE8B8B; }
span { border-color: rgb(238,139,139); }
td.TdClassName
{
border-color: #EE8B8B;
}
.TagClassName
{
border-color: #EE8B8B;
}
</style>