Shades of Sweet Pink #EA8C8C
Tints of Sweet Pink #EA8C8C
RGB
CMYK
RGB Variations
Color information
#EA8C8C (or 0xEA8C8C) is known color: Sweet Pink. HEX triplet: EA, 8C and 8C. RGB value is (234,140,140). Sum of RGB (Red+Green+Blue) = 234+140+140=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C8C is #157373. Grayscale: #A8A8A8. Windows color (decimal): -1405812 or 9211114. OLE color: 9211114.
HSL color Cylindrical-coordinate representation of color #EA8C8C: hue angle of 0º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8C8C is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 140 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.08 |
| HSL | 0º | 0.69% | 0.73% | - |
| HSV(B) | 0º | 0.4% | 0.92% | - |
| XYZ | 48.04 | 38.14 | 29.64 | - |
| YUV | 168.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 140 | 0 | 0.40 | 0.40 | 0.08 | 0 | 0.69 | 0.73 |
| Hex | EA | 8C | 8C | 0 | 28 | 28 | 8 | 0 | 45 | 49 |
| Octal | 352 | 214 | 214 | 0 | 50 | 50 | 10 | 0 | 105 | 111 |
| Binary | 11101010 | 10001100 | 10001100 | 0 | 101000 | 101000 | 1000 | 0 | 1000101 | 1001001 |
Color Harmonies of #EA8C8C
Complementary color
Monochromatic Colors of #EA8C8C
Black with #EA8C8C
Text Example
Text Example
White with #EA8C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C8C; }
p { color: rgb(234,140,140); }
H1.HeaderClassName
{
color: #EA8C8C;
}
.AnyTagClassName
{
color: #EA8C8C;
}
</style>
background-color css
<style>
a { background-color: #EA8C8C; }
a { background-color: rgb(234,140,140); }
div.DivClassName
{
background-color: #EA8C8C;
}
.BgClassName
{
background-color: #EA8C8C;
}
</style>
border-color css
<style>
span { border-color: #EA8C8C; }
span { border-color: rgb(234,140,140); }
td.TdClassName
{
border-color: #EA8C8C;
}
.TagClassName
{
border-color: #EA8C8C;
}
</style>