Shades of Carissma #EA889C
Tints of Carissma #EA889C
RGB
CMYK
RGB Variations
Color information
#EA889C (or 0xEA889C) is known color: Carissma. HEX triplet: EA, 88 and 9C. RGB value is (234,136,156). Sum of RGB (Red+Green+Blue) = 234+136+156=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA889C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA889C is #157763. Grayscale: #A7A7A7. Windows color (decimal): -1406820 or 10258666. OLE color: 10258666.
HSL color Cylindrical-coordinate representation of color #EA889C: hue angle of 347.76º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA889C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 156 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.08 |
| HSL | 347.76º | 0.7% | 0.73% | - |
| HSV(B) | 347.76º | 0.42% | 0.92% | - |
| XYZ | 48.74 | 37.5 | 36.12 | - |
| YUV | 167.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 156 | 0 | 0.42 | 0.33 | 0.08 | 347.76 | 0.7 | 0.73 |
| Hex | EA | 88 | 9C | 0 | 2A | 21 | 8 | 15C | 46 | 49 |
| Octal | 352 | 210 | 234 | 0 | 52 | 41 | 10 | 534 | 106 | 111 |
| Binary | 11101010 | 10001000 | 10011100 | 0 | 101010 | 100001 | 1000 | 101011100 | 1000110 | 1001001 |
Color Harmonies of #EA889C
Complementary color
Monochromatic Colors of #EA889C
Black with #EA889C
Text Example
Text Example
White with #EA889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA889C; }
p { color: rgb(234,136,156); }
H1.HeaderClassName
{
color: #EA889C;
}
.AnyTagClassName
{
color: #EA889C;
}
</style>
background-color css
<style>
a { background-color: #EA889C; }
a { background-color: rgb(234,136,156); }
div.DivClassName
{
background-color: #EA889C;
}
.BgClassName
{
background-color: #EA889C;
}
</style>
border-color css
<style>
span { border-color: #EA889C; }
span { border-color: rgb(234,136,156); }
td.TdClassName
{
border-color: #EA889C;
}
.TagClassName
{
border-color: #EA889C;
}
</style>