Shades of Sweet Pink #EA9E9A
Tints of Sweet Pink #EA9E9A
RGB
CMYK
RGB Variations
Color information
#EA9E9A (or 0xEA9E9A) is known color: Sweet Pink. HEX triplet: EA, 9E and 9A. RGB value is (234,158,154). Sum of RGB (Red+Green+Blue) = 234+158+154=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E9A is #156165. Grayscale: #B4B4B4. Windows color (decimal): -1401190 or 10133226. OLE color: 10133226.
HSL color Cylindrical-coordinate representation of color #EA9E9A: hue angle of 3º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9E9A is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 154 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.08 |
| HSL | 3º | 0.66% | 0.76% | - |
| HSV(B) | 3º | 0.34% | 0.92% | - |
| XYZ | 51.99 | 44.28 | 36.38 | - |
| YUV | 180.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 154 | 0 | 0.32 | 0.34 | 0.08 | 3 | 0.66 | 0.76 |
| Hex | EA | 9E | 9A | 0 | 20 | 22 | 8 | 3 | 42 | 4C |
| Octal | 352 | 236 | 232 | 0 | 40 | 42 | 10 | 3 | 102 | 114 |
| Binary | 11101010 | 10011110 | 10011010 | 0 | 100000 | 100010 | 1000 | 11 | 1000010 | 1001100 |
Color Harmonies of #EA9E9A
Complementary color
Monochromatic Colors of #EA9E9A
Black with #EA9E9A
Text Example
Text Example
White with #EA9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E9A; }
p { color: rgb(234,158,154); }
H1.HeaderClassName
{
color: #EA9E9A;
}
.AnyTagClassName
{
color: #EA9E9A;
}
</style>
background-color css
<style>
a { background-color: #EA9E9A; }
a { background-color: rgb(234,158,154); }
div.DivClassName
{
background-color: #EA9E9A;
}
.BgClassName
{
background-color: #EA9E9A;
}
</style>
border-color css
<style>
span { border-color: #EA9E9A; }
span { border-color: rgb(234,158,154); }
td.TdClassName
{
border-color: #EA9E9A;
}
.TagClassName
{
border-color: #EA9E9A;
}
</style>