Shades of Carissma #EA7E9B
Tints of Carissma #EA7E9B
RGB
CMYK
RGB Variations
Color information
#EA7E9B (or 0xEA7E9B) is known color: Carissma. HEX triplet: EA, 7E and 9B. RGB value is (234,126,155). Sum of RGB (Red+Green+Blue) = 234+126+155=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E9B is #158164. Grayscale: #A1A1A1. Windows color (decimal): -1409381 or 10190570. OLE color: 10190570.
HSL color Cylindrical-coordinate representation of color #EA7E9B: hue angle of 343.89º 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 #EA7E9B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 155 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.08 |
| HSL | 343.89º | 0.72% | 0.71% | - |
| HSV(B) | 343.89º | 0.46% | 0.92% | - |
| XYZ | 47.31 | 34.78 | 35.23 | - |
| YUV | 161.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 155 | 0 | 0.46 | 0.34 | 0.08 | 343.89 | 0.72 | 0.71 |
| Hex | EA | 7E | 9B | 0 | 2E | 22 | 8 | 158 | 48 | 47 |
| Octal | 352 | 176 | 233 | 0 | 56 | 42 | 10 | 530 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10011011 | 0 | 101110 | 100010 | 1000 | 101011000 | 1001000 | 1000111 |
Color Harmonies of #EA7E9B
Complementary color
Monochromatic Colors of #EA7E9B
Black with #EA7E9B
Text Example
Text Example
White with #EA7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E9B; }
p { color: rgb(234,126,155); }
H1.HeaderClassName
{
color: #EA7E9B;
}
.AnyTagClassName
{
color: #EA7E9B;
}
</style>
background-color css
<style>
a { background-color: #EA7E9B; }
a { background-color: rgb(234,126,155); }
div.DivClassName
{
background-color: #EA7E9B;
}
.BgClassName
{
background-color: #EA7E9B;
}
</style>
border-color css
<style>
span { border-color: #EA7E9B; }
span { border-color: rgb(234,126,155); }
td.TdClassName
{
border-color: #EA7E9B;
}
.TagClassName
{
border-color: #EA7E9B;
}
</style>