Shades of Carissma #EA7E94
Tints of Carissma #EA7E94
RGB
CMYK
RGB Variations
Color information
#EA7E94 (or 0xEA7E94) is known color: Carissma. HEX triplet: EA, 7E and 94. RGB value is (234,126,148). Sum of RGB (Red+Green+Blue) = 234+126+148=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E94 is #15816B. Grayscale: #A0A0A0. Windows color (decimal): -1409388 or 9731818. OLE color: 9731818.
HSL color Cylindrical-coordinate representation of color #EA7E94: hue angle of 347.78º 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 #EA7E94 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 148 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.08 |
| HSL | 347.78º | 0.72% | 0.71% | - |
| HSV(B) | 347.78º | 0.46% | 0.92% | - |
| XYZ | 46.74 | 34.55 | 32.22 | - |
| YUV | 160.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 148 | 0 | 0.46 | 0.37 | 0.08 | 347.78 | 0.72 | 0.71 |
| Hex | EA | 7E | 94 | 0 | 2E | 25 | 8 | 15C | 48 | 47 |
| Octal | 352 | 176 | 224 | 0 | 56 | 45 | 10 | 534 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10010100 | 0 | 101110 | 100101 | 1000 | 101011100 | 1001000 | 1000111 |
Color Harmonies of #EA7E94
Complementary color
Monochromatic Colors of #EA7E94
Black with #EA7E94
Text Example
Text Example
White with #EA7E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E94; }
p { color: rgb(234,126,148); }
H1.HeaderClassName
{
color: #EA7E94;
}
.AnyTagClassName
{
color: #EA7E94;
}
</style>
background-color css
<style>
a { background-color: #EA7E94; }
a { background-color: rgb(234,126,148); }
div.DivClassName
{
background-color: #EA7E94;
}
.BgClassName
{
background-color: #EA7E94;
}
</style>
border-color css
<style>
span { border-color: #EA7E94; }
span { border-color: rgb(234,126,148); }
td.TdClassName
{
border-color: #EA7E94;
}
.TagClassName
{
border-color: #EA7E94;
}
</style>