Shades of Carissma #EA7D97
Tints of Carissma #EA7D97
RGB
CMYK
RGB Variations
Color information
#EA7D97 (or 0xEA7D97) is known color: Carissma. HEX triplet: EA, 7D and 97. RGB value is (234,125,151). Sum of RGB (Red+Green+Blue) = 234+125+151=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D97 is #158268. Grayscale: #A0A0A0. Windows color (decimal): -1409641 or 9928170. OLE color: 9928170.
HSL color Cylindrical-coordinate representation of color #EA7D97: hue angle of 345.69º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7D97 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 151 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.08 |
| HSL | 345.69º | 0.72% | 0.7% | - |
| HSV(B) | 345.69º | 0.47% | 0.92% | - |
| XYZ | 46.85 | 34.39 | 33.45 | - |
| YUV | 160.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 151 | 0 | 0.47 | 0.35 | 0.08 | 345.69 | 0.72 | 0.7 |
| Hex | EA | 7D | 97 | 0 | 2F | 23 | 8 | 15A | 48 | 46 |
| Octal | 352 | 175 | 227 | 0 | 57 | 43 | 10 | 532 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10010111 | 0 | 101111 | 100011 | 1000 | 101011010 | 1001000 | 1000110 |
Color Harmonies of #EA7D97
Complementary color
Monochromatic Colors of #EA7D97
Black with #EA7D97
Text Example
Text Example
White with #EA7D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D97; }
p { color: rgb(234,125,151); }
H1.HeaderClassName
{
color: #EA7D97;
}
.AnyTagClassName
{
color: #EA7D97;
}
</style>
background-color css
<style>
a { background-color: #EA7D97; }
a { background-color: rgb(234,125,151); }
div.DivClassName
{
background-color: #EA7D97;
}
.BgClassName
{
background-color: #EA7D97;
}
</style>
border-color css
<style>
span { border-color: #EA7D97; }
span { border-color: rgb(234,125,151); }
td.TdClassName
{
border-color: #EA7D97;
}
.TagClassName
{
border-color: #EA7D97;
}
</style>