Shades of Sweet Pink #E38A8A
Tints of Sweet Pink #E38A8A
RGB
CMYK
RGB Variations
Color information
#E38A8A (or 0xE38A8A) is known color: Sweet Pink. HEX triplet: E3, 8A and 8A. RGB value is (227,138,138). Sum of RGB (Red+Green+Blue) = 227+138+138=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38A8A is #1C7575. Grayscale: #A4A4A4. Windows color (decimal): -1865078 or 9079523. OLE color: 9079523.
HSL color Cylindrical-coordinate representation of color #E38A8A: hue angle of 0º 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 #E38A8A is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 138 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 0º | 0.61% | 0.72% | - |
| HSV(B) | 0º | 0.39% | 0.89% | - |
| XYZ | 45.35 | 36.34 | 28.67 | - |
| YUV | 164.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 138 | 0 | 0.39 | 0.39 | 0.11 | 0 | 0.61 | 0.72 |
| Hex | E3 | 8A | 8A | 0 | 27 | 27 | B | 0 | 3D | 48 |
| Octal | 343 | 212 | 212 | 0 | 47 | 47 | 13 | 0 | 75 | 110 |
| Binary | 11100011 | 10001010 | 10001010 | 0 | 100111 | 100111 | 1011 | 0 | 111101 | 1001000 |
Color Harmonies of #E38A8A
Complementary color
Monochromatic Colors of #E38A8A
Black with #E38A8A
Text Example
Text Example
White with #E38A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38A8A; }
p { color: rgb(227,138,138); }
H1.HeaderClassName
{
color: #E38A8A;
}
.AnyTagClassName
{
color: #E38A8A;
}
</style>
background-color css
<style>
a { background-color: #E38A8A; }
a { background-color: rgb(227,138,138); }
div.DivClassName
{
background-color: #E38A8A;
}
.BgClassName
{
background-color: #E38A8A;
}
</style>
border-color css
<style>
span { border-color: #E38A8A; }
span { border-color: rgb(227,138,138); }
td.TdClassName
{
border-color: #E38A8A;
}
.TagClassName
{
border-color: #E38A8A;
}
</style>