Shades of Carissma #EA7898
Tints of Carissma #EA7898
RGB
CMYK
RGB Variations
Color information
#EA7898 (or 0xEA7898) is known color: Carissma. HEX triplet: EA, 78 and 98. RGB value is (234,120,152). Sum of RGB (Red+Green+Blue) = 234+120+152=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7898 is #158767. Grayscale: #9D9D9D. Windows color (decimal): -1410920 or 9992426. OLE color: 9992426.
HSL color Cylindrical-coordinate representation of color #EA7898: hue angle of 343.16º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7898 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 152 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.08 |
| HSL | 343.16º | 0.73% | 0.69% | - |
| HSV(B) | 343.16º | 0.49% | 0.92% | - |
| XYZ | 46.32 | 33.19 | 33.67 | - |
| YUV | 157.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 152 | 0 | 0.49 | 0.35 | 0.08 | 343.16 | 0.73 | 0.69 |
| Hex | EA | 78 | 98 | 0 | 31 | 23 | 8 | 157 | 49 | 45 |
| Octal | 352 | 170 | 230 | 0 | 61 | 43 | 10 | 527 | 111 | 105 |
| Binary | 11101010 | 1111000 | 10011000 | 0 | 110001 | 100011 | 1000 | 101010111 | 1001001 | 1000101 |
Color Harmonies of #EA7898
Complementary color
Monochromatic Colors of #EA7898
Black with #EA7898
Text Example
Text Example
White with #EA7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7898; }
p { color: rgb(234,120,152); }
H1.HeaderClassName
{
color: #EA7898;
}
.AnyTagClassName
{
color: #EA7898;
}
</style>
background-color css
<style>
a { background-color: #EA7898; }
a { background-color: rgb(234,120,152); }
div.DivClassName
{
background-color: #EA7898;
}
.BgClassName
{
background-color: #EA7898;
}
</style>
border-color css
<style>
span { border-color: #EA7898; }
span { border-color: rgb(234,120,152); }
td.TdClassName
{
border-color: #EA7898;
}
.TagClassName
{
border-color: #EA7898;
}
</style>