Shades of Sweet Pink #E28A8A
Tints of Sweet Pink #E28A8A
RGB
CMYK
RGB Variations
Color information
#E28A8A (or 0xE28A8A) is known color: Sweet Pink. HEX triplet: E2, 8A and 8A. RGB value is (226,138,138). Sum of RGB (Red+Green+Blue) = 226+138+138=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A8A is #1D7575. Grayscale: #A4A4A4. Windows color (decimal): -1930614 or 9079522. OLE color: 9079522.
HSL color Cylindrical-coordinate representation of color #E28A8A: hue angle of 0º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28A8A is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 138 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 0º | 0.6% | 0.71% | - |
| HSV(B) | 0º | 0.39% | 0.89% | - |
| XYZ | 45.04 | 36.18 | 28.65 | - |
| YUV | 164.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 138 | 0 | 0.39 | 0.39 | 0.11 | 0 | 0.6 | 0.71 |
| Hex | E2 | 8A | 8A | 0 | 27 | 27 | B | 0 | 3C | 47 |
| Octal | 342 | 212 | 212 | 0 | 47 | 47 | 13 | 0 | 74 | 107 |
| Binary | 11100010 | 10001010 | 10001010 | 0 | 100111 | 100111 | 1011 | 0 | 111100 | 1000111 |
Color Harmonies of #E28A8A
Complementary color
Monochromatic Colors of #E28A8A
Black with #E28A8A
Text Example
Text Example
White with #E28A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A8A; }
p { color: rgb(226,138,138); }
H1.HeaderClassName
{
color: #E28A8A;
}
.AnyTagClassName
{
color: #E28A8A;
}
</style>
background-color css
<style>
a { background-color: #E28A8A; }
a { background-color: rgb(226,138,138); }
div.DivClassName
{
background-color: #E28A8A;
}
.BgClassName
{
background-color: #E28A8A;
}
</style>
border-color css
<style>
span { border-color: #E28A8A; }
span { border-color: rgb(226,138,138); }
td.TdClassName
{
border-color: #E28A8A;
}
.TagClassName
{
border-color: #E28A8A;
}
</style>