Shades of Sweet Pink #E38C8B
Tints of Sweet Pink #E38C8B
RGB
CMYK
RGB Variations
Color information
#E38C8B (or 0xE38C8B) is known color: Sweet Pink. HEX triplet: E3, 8C and 8B. RGB value is (227,140,139). Sum of RGB (Red+Green+Blue) = 227+140+139=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38C8B is #1C7374. Grayscale: #A5A5A5. Windows color (decimal): -1864565 or 9145571. OLE color: 9145571.
HSL color Cylindrical-coordinate representation of color #E38C8B: hue angle of 0.68º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38C8B is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 139 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.11 |
| HSL | 0.68º | 0.61% | 0.72% | - |
| HSV(B) | 0.68º | 0.39% | 0.89% | - |
| XYZ | 45.72 | 36.95 | 29.15 | - |
| YUV | 165.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 139 | 0 | 0.38 | 0.39 | 0.11 | 0.68 | 0.61 | 0.72 |
| Hex | E3 | 8C | 8B | 0 | 26 | 27 | B | 1 | 3D | 48 |
| Octal | 343 | 214 | 213 | 0 | 46 | 47 | 13 | 1 | 75 | 110 |
| Binary | 11100011 | 10001100 | 10001011 | 0 | 100110 | 100111 | 1011 | 1 | 111101 | 1001000 |
Color Harmonies of #E38C8B
Complementary color
Monochromatic Colors of #E38C8B
Black with #E38C8B
Text Example
Text Example
White with #E38C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38C8B; }
p { color: rgb(227,140,139); }
H1.HeaderClassName
{
color: #E38C8B;
}
.AnyTagClassName
{
color: #E38C8B;
}
</style>
background-color css
<style>
a { background-color: #E38C8B; }
a { background-color: rgb(227,140,139); }
div.DivClassName
{
background-color: #E38C8B;
}
.BgClassName
{
background-color: #E38C8B;
}
</style>
border-color css
<style>
span { border-color: #E38C8B; }
span { border-color: rgb(227,140,139); }
td.TdClassName
{
border-color: #E38C8B;
}
.TagClassName
{
border-color: #E38C8B;
}
</style>