Shades of Carissma #EA7E91
Tints of Carissma #EA7E91
RGB
CMYK
RGB Variations
Color information
#EA7E91 (or 0xEA7E91) is known color: Carissma. HEX triplet: EA, 7E and 91. RGB value is (234,126,145). Sum of RGB (Red+Green+Blue) = 234+126+145=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E91 is #15816E. Grayscale: #A0A0A0. Windows color (decimal): -1409391 or 9535210. OLE color: 9535210.
HSL color Cylindrical-coordinate representation of color #EA7E91: hue angle of 349.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7E91 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 145 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.08 |
| HSL | 349.44º | 0.72% | 0.71% | - |
| HSV(B) | 349.44º | 0.46% | 0.92% | - |
| XYZ | 46.5 | 34.46 | 30.99 | - |
| YUV | 160.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 145 | 0 | 0.46 | 0.38 | 0.08 | 349.44 | 0.72 | 0.71 |
| Hex | EA | 7E | 91 | 0 | 2E | 26 | 8 | 15D | 48 | 47 |
| Octal | 352 | 176 | 221 | 0 | 56 | 46 | 10 | 535 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10010001 | 0 | 101110 | 100110 | 1000 | 101011101 | 1001000 | 1000111 |
Color Harmonies of #EA7E91
Complementary color
Monochromatic Colors of #EA7E91
Black with #EA7E91
Text Example
Text Example
White with #EA7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E91; }
p { color: rgb(234,126,145); }
H1.HeaderClassName
{
color: #EA7E91;
}
.AnyTagClassName
{
color: #EA7E91;
}
</style>
background-color css
<style>
a { background-color: #EA7E91; }
a { background-color: rgb(234,126,145); }
div.DivClassName
{
background-color: #EA7E91;
}
.BgClassName
{
background-color: #EA7E91;
}
</style>
border-color css
<style>
span { border-color: #EA7E91; }
span { border-color: rgb(234,126,145); }
td.TdClassName
{
border-color: #EA7E91;
}
.TagClassName
{
border-color: #EA7E91;
}
</style>