Shades of Carissma #EA7696
Tints of Carissma #EA7696
RGB
CMYK
RGB Variations
Color information
#EA7696 (or 0xEA7696) is known color: Carissma. HEX triplet: EA, 76 and 96. RGB value is (234,118,150). Sum of RGB (Red+Green+Blue) = 234+118+150=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7696 is #158969. Grayscale: #9C9C9C. Windows color (decimal): -1411434 or 9860842. OLE color: 9860842.
HSL color Cylindrical-coordinate representation of color #EA7696: hue angle of 343.45º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7696 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 150 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.08 |
| HSL | 343.45º | 0.73% | 0.69% | - |
| HSV(B) | 343.45º | 0.5% | 0.92% | - |
| XYZ | 45.92 | 32.65 | 32.74 | - |
| YUV | 156.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 150 | 0 | 0.50 | 0.36 | 0.08 | 343.45 | 0.73 | 0.69 |
| Hex | EA | 76 | 96 | 0 | 32 | 24 | 8 | 157 | 49 | 45 |
| Octal | 352 | 166 | 226 | 0 | 62 | 44 | 10 | 527 | 111 | 105 |
| Binary | 11101010 | 1110110 | 10010110 | 0 | 110010 | 100100 | 1000 | 101010111 | 1001001 | 1000101 |
Color Harmonies of #EA7696
Complementary color
Monochromatic Colors of #EA7696
Black with #EA7696
Text Example
Text Example
White with #EA7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7696; }
p { color: rgb(234,118,150); }
H1.HeaderClassName
{
color: #EA7696;
}
.AnyTagClassName
{
color: #EA7696;
}
</style>
background-color css
<style>
a { background-color: #EA7696; }
a { background-color: rgb(234,118,150); }
div.DivClassName
{
background-color: #EA7696;
}
.BgClassName
{
background-color: #EA7696;
}
</style>
border-color css
<style>
span { border-color: #EA7696; }
span { border-color: rgb(234,118,150); }
td.TdClassName
{
border-color: #EA7696;
}
.TagClassName
{
border-color: #EA7696;
}
</style>