Shades of Sweet Pink #EA968A
Tints of Sweet Pink #EA968A
RGB
CMYK
RGB Variations
Color information
#EA968A (or 0xEA968A) is known color: Sweet Pink. HEX triplet: EA, 96 and 8A. RGB value is (234,150,138). Sum of RGB (Red+Green+Blue) = 234+150+138=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA968A is #156975. Grayscale: #ADADAD. Windows color (decimal): -1403254 or 9082602. OLE color: 9082602.
HSL color Cylindrical-coordinate representation of color #EA968A: hue angle of 7.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA968A is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 138 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.08 |
| HSL | 7.5º | 0.7% | 0.73% | - |
| HSV(B) | 7.5º | 0.41% | 0.92% | - |
| XYZ | 49.43 | 41.14 | 29.38 | - |
| YUV | 173.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 138 | 0 | 0.36 | 0.41 | 0.08 | 7.5 | 0.7 | 0.73 |
| Hex | EA | 96 | 8A | 0 | 24 | 29 | 8 | 8 | 46 | 49 |
| Octal | 352 | 226 | 212 | 0 | 44 | 51 | 10 | 10 | 106 | 111 |
| Binary | 11101010 | 10010110 | 10001010 | 0 | 100100 | 101001 | 1000 | 1000 | 1000110 | 1001001 |
Color Harmonies of #EA968A
Complementary color
Monochromatic Colors of #EA968A
Black with #EA968A
Text Example
Text Example
White with #EA968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA968A; }
p { color: rgb(234,150,138); }
H1.HeaderClassName
{
color: #EA968A;
}
.AnyTagClassName
{
color: #EA968A;
}
</style>
background-color css
<style>
a { background-color: #EA968A; }
a { background-color: rgb(234,150,138); }
div.DivClassName
{
background-color: #EA968A;
}
.BgClassName
{
background-color: #EA968A;
}
</style>
border-color css
<style>
span { border-color: #EA968A; }
span { border-color: rgb(234,150,138); }
td.TdClassName
{
border-color: #EA968A;
}
.TagClassName
{
border-color: #EA968A;
}
</style>