Shades of Sweet Pink #EE8D8D
Tints of Sweet Pink #EE8D8D
RGB
CMYK
RGB Variations
Color information
#EE8D8D (or 0xEE8D8D) is known color: Sweet Pink. HEX triplet: EE, 8D and 8D. RGB value is (238,141,141). Sum of RGB (Red+Green+Blue) = 238+141+141=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D8D is #117272. Grayscale: #AAAAAA. Windows color (decimal): -1143411 or 9276910. OLE color: 9276910.
HSL color Cylindrical-coordinate representation of color #EE8D8D: 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.41%. Process color model (Four color, CMYK) of #EE8D8D is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 141 | 141 | - |
CMYK | 0 | 0.41 | 0.41 | 0.07 |
HSL | 0º | 0.74% | 0.74% | - |
HSV(B) | 0º | 0.41% | 0.93% | - |
XYZ | 49.59 | 39.15 | 30.14 | - |
YUV | 170 | 111.64 | 176.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 141 | 141 | 0 | 0.41 | 0.41 | 0.07 | 0 | 0.74 | 0.74 |
Hex | EE | 8D | 8D | 0 | 29 | 29 | 7 | 0 | 4A | 4A |
Octal | 356 | 215 | 215 | 0 | 51 | 51 | 7 | 0 | 112 | 112 |
Binary | 11101110 | 10001101 | 10001101 | 0 | 101001 | 101001 | 111 | 0 | 1001010 | 1001010 |
Color Harmonies of #EE8D8D
Complementary color
Monochromatic Colors of #EE8D8D
Black with #EE8D8D
Text Example
Text Example
White with #EE8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D8D; }
p { color: rgb(238,141,141); }
H1.HeaderClassName
{
color: #EE8D8D;
}
.AnyTagClassName
{
color: #EE8D8D;
}
</style>
background-color css
<style>
a { background-color: #EE8D8D; }
a { background-color: rgb(238,141,141); }
div.DivClassName
{
background-color: #EE8D8D;
}
.BgClassName
{
background-color: #EE8D8D;
}
</style>
border-color css
<style>
span { border-color: #EE8D8D; }
span { border-color: rgb(238,141,141); }
td.TdClassName
{
border-color: #EE8D8D;
}
.TagClassName
{
border-color: #EE8D8D;
}
</style>