Shades of Sweet Pink #E78A8A
Tints of Sweet Pink #E78A8A
RGB
CMYK
RGB Variations
Color information
#E78A8A (or 0xE78A8A) is known color: Sweet Pink. HEX triplet: E7, 8A and 8A. RGB value is (231,138,138). Sum of RGB (Red+Green+Blue) = 231+138+138=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78A8A is #187575. Grayscale: #A5A5A5. Windows color (decimal): -1602934 or 9079527. OLE color: 9079527.
HSL color Cylindrical-coordinate representation of color #E78A8A: hue angle of 0º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78A8A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 138 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.09 |
| HSL | 0º | 0.66% | 0.72% | - |
| HSV(B) | 0º | 0.4% | 0.91% | - |
| XYZ | 46.63 | 37 | 28.73 | - |
| YUV | 165.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 138 | 0 | 0.40 | 0.40 | 0.09 | 0 | 0.66 | 0.72 |
| Hex | E7 | 8A | 8A | 0 | 28 | 28 | 9 | 0 | 42 | 48 |
| Octal | 347 | 212 | 212 | 0 | 50 | 50 | 11 | 0 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10001010 | 0 | 101000 | 101000 | 1001 | 0 | 1000010 | 1001000 |
Color Harmonies of #E78A8A
Complementary color
Monochromatic Colors of #E78A8A
Black with #E78A8A
Text Example
Text Example
White with #E78A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A8A; }
p { color: rgb(231,138,138); }
H1.HeaderClassName
{
color: #E78A8A;
}
.AnyTagClassName
{
color: #E78A8A;
}
</style>
background-color css
<style>
a { background-color: #E78A8A; }
a { background-color: rgb(231,138,138); }
div.DivClassName
{
background-color: #E78A8A;
}
.BgClassName
{
background-color: #E78A8A;
}
</style>
border-color css
<style>
span { border-color: #E78A8A; }
span { border-color: rgb(231,138,138); }
td.TdClassName
{
border-color: #E78A8A;
}
.TagClassName
{
border-color: #E78A8A;
}
</style>