Shades of Carissma #EA8498
Tints of Carissma #EA8498
RGB
CMYK
RGB Variations
Color information
#EA8498 (or 0xEA8498) is known color: Carissma. HEX triplet: EA, 84 and 98. RGB value is (234,132,152). Sum of RGB (Red+Green+Blue) = 234+132+152=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8498 is #157B67. Grayscale: #A4A4A4. Windows color (decimal): -1407848 or 9995498. OLE color: 9995498.
HSL color Cylindrical-coordinate representation of color #EA8498: hue angle of 348.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8498 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 152 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.08 |
| HSL | 348.24º | 0.71% | 0.72% | - |
| HSV(B) | 348.24º | 0.44% | 0.92% | - |
| XYZ | 47.85 | 36.26 | 34.18 | - |
| YUV | 164.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 152 | 0 | 0.44 | 0.35 | 0.08 | 348.24 | 0.71 | 0.72 |
| Hex | EA | 84 | 98 | 0 | 2C | 23 | 8 | 15C | 47 | 48 |
| Octal | 352 | 204 | 230 | 0 | 54 | 43 | 10 | 534 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10011000 | 0 | 101100 | 100011 | 1000 | 101011100 | 1000111 | 1001000 |
Color Harmonies of #EA8498
Complementary color
Monochromatic Colors of #EA8498
Black with #EA8498
Text Example
Text Example
White with #EA8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8498; }
p { color: rgb(234,132,152); }
H1.HeaderClassName
{
color: #EA8498;
}
.AnyTagClassName
{
color: #EA8498;
}
</style>
background-color css
<style>
a { background-color: #EA8498; }
a { background-color: rgb(234,132,152); }
div.DivClassName
{
background-color: #EA8498;
}
.BgClassName
{
background-color: #EA8498;
}
</style>
border-color css
<style>
span { border-color: #EA8498; }
span { border-color: rgb(234,132,152); }
td.TdClassName
{
border-color: #EA8498;
}
.TagClassName
{
border-color: #EA8498;
}
</style>