Shades of Carissma #EA7A8C
Tints of Carissma #EA7A8C
RGB
CMYK
RGB Variations
Color information
#EA7A8C (or 0xEA7A8C) is known color: Carissma. HEX triplet: EA, 7A and 8C. RGB value is (234,122,140). Sum of RGB (Red+Green+Blue) = 234+122+140=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A8C is #158573. Grayscale: #9D9D9D. Windows color (decimal): -1410420 or 9206506. OLE color: 9206506.
HSL color Cylindrical-coordinate representation of color #EA7A8C: hue angle of 350.36º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7A8C is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 140 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.08 |
| HSL | 350.36º | 0.73% | 0.7% | - |
| HSV(B) | 350.36º | 0.48% | 0.92% | - |
| XYZ | 45.62 | 33.3 | 28.83 | - |
| YUV | 157.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 140 | 0 | 0.48 | 0.40 | 0.08 | 350.36 | 0.73 | 0.7 |
| Hex | EA | 7A | 8C | 0 | 30 | 28 | 8 | 15E | 49 | 46 |
| Octal | 352 | 172 | 214 | 0 | 60 | 50 | 10 | 536 | 111 | 106 |
| Binary | 11101010 | 1111010 | 10001100 | 0 | 110000 | 101000 | 1000 | 101011110 | 1001001 | 1000110 |
Color Harmonies of #EA7A8C
Complementary color
Monochromatic Colors of #EA7A8C
Black with #EA7A8C
Text Example
Text Example
White with #EA7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A8C; }
p { color: rgb(234,122,140); }
H1.HeaderClassName
{
color: #EA7A8C;
}
.AnyTagClassName
{
color: #EA7A8C;
}
</style>
background-color css
<style>
a { background-color: #EA7A8C; }
a { background-color: rgb(234,122,140); }
div.DivClassName
{
background-color: #EA7A8C;
}
.BgClassName
{
background-color: #EA7A8C;
}
</style>
border-color css
<style>
span { border-color: #EA7A8C; }
span { border-color: rgb(234,122,140); }
td.TdClassName
{
border-color: #EA7A8C;
}
.TagClassName
{
border-color: #EA7A8C;
}
</style>