Shades of Sweet Pink #EA968C
Tints of Sweet Pink #EA968C
RGB
CMYK
RGB Variations
Color information
#EA968C (or 0xEA968C) is known color: Sweet Pink. HEX triplet: EA, 96 and 8C. RGB value is (234,150,140). Sum of RGB (Red+Green+Blue) = 234+150+140=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA968C is #156973. Grayscale: #AEAEAE. Windows color (decimal): -1403252 or 9213674. OLE color: 9213674.
HSL color Cylindrical-coordinate representation of color #EA968C: hue angle of 6.38º 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 #EA968C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 140 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.08 |
| HSL | 6.38º | 0.69% | 0.73% | - |
| HSV(B) | 6.38º | 0.4% | 0.92% | - |
| XYZ | 49.57 | 41.2 | 30.15 | - |
| YUV | 173.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 140 | 0 | 0.36 | 0.40 | 0.08 | 6.38 | 0.69 | 0.73 |
| Hex | EA | 96 | 8C | 0 | 24 | 28 | 8 | 6 | 45 | 49 |
| Octal | 352 | 226 | 214 | 0 | 44 | 50 | 10 | 6 | 105 | 111 |
| Binary | 11101010 | 10010110 | 10001100 | 0 | 100100 | 101000 | 1000 | 110 | 1000101 | 1001001 |
Color Harmonies of #EA968C
Complementary color
Monochromatic Colors of #EA968C
Black with #EA968C
Text Example
Text Example
White with #EA968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA968C; }
p { color: rgb(234,150,140); }
H1.HeaderClassName
{
color: #EA968C;
}
.AnyTagClassName
{
color: #EA968C;
}
</style>
background-color css
<style>
a { background-color: #EA968C; }
a { background-color: rgb(234,150,140); }
div.DivClassName
{
background-color: #EA968C;
}
.BgClassName
{
background-color: #EA968C;
}
</style>
border-color css
<style>
span { border-color: #EA968C; }
span { border-color: rgb(234,150,140); }
td.TdClassName
{
border-color: #EA968C;
}
.TagClassName
{
border-color: #EA968C;
}
</style>