Shades of Sweet Pink #EA9285
Tints of Sweet Pink #EA9285
RGB
CMYK
RGB Variations
Color information
#EA9285 (or 0xEA9285) is known color: Sweet Pink. HEX triplet: EA, 92 and 85. RGB value is (234,146,133). Sum of RGB (Red+Green+Blue) = 234+146+133=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9285 is #156D7A. Grayscale: #AAAAAA. Windows color (decimal): -1404283 or 8753898. OLE color: 8753898.
HSL color Cylindrical-coordinate representation of color #EA9285: hue angle of 7.72º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA9285 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 133 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.08 |
| HSL | 7.72º | 0.71% | 0.72% | - |
| HSV(B) | 7.72º | 0.43% | 0.92% | - |
| XYZ | 48.44 | 39.74 | 27.31 | - |
| YUV | 170.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 133 | 0 | 0.38 | 0.43 | 0.08 | 7.72 | 0.71 | 0.72 |
| Hex | EA | 92 | 85 | 0 | 26 | 2B | 8 | 8 | 47 | 48 |
| Octal | 352 | 222 | 205 | 0 | 46 | 53 | 10 | 10 | 107 | 110 |
| Binary | 11101010 | 10010010 | 10000101 | 0 | 100110 | 101011 | 1000 | 1000 | 1000111 | 1001000 |
Color Harmonies of #EA9285
Complementary color
Monochromatic Colors of #EA9285
Black with #EA9285
Text Example
Text Example
White with #EA9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9285; }
p { color: rgb(234,146,133); }
H1.HeaderClassName
{
color: #EA9285;
}
.AnyTagClassName
{
color: #EA9285;
}
</style>
background-color css
<style>
a { background-color: #EA9285; }
a { background-color: rgb(234,146,133); }
div.DivClassName
{
background-color: #EA9285;
}
.BgClassName
{
background-color: #EA9285;
}
</style>
border-color css
<style>
span { border-color: #EA9285; }
span { border-color: rgb(234,146,133); }
td.TdClassName
{
border-color: #EA9285;
}
.TagClassName
{
border-color: #EA9285;
}
</style>