Shades of Carissma #EA7F97
Tints of Carissma #EA7F97
RGB
CMYK
RGB Variations
Color information
#EA7F97 (or 0xEA7F97) is known color: Carissma. HEX triplet: EA, 7F and 97. RGB value is (234,127,151). Sum of RGB (Red+Green+Blue) = 234+127+151=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7F97 is #158068. Grayscale: #A1A1A1. Windows color (decimal): -1409129 or 9928682. OLE color: 9928682.
HSL color Cylindrical-coordinate representation of color #EA7F97: hue angle of 346.54º 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 #EA7F97 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 151 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.08 |
| HSL | 346.54º | 0.72% | 0.71% | - |
| HSV(B) | 346.54º | 0.46% | 0.92% | - |
| XYZ | 47.11 | 34.91 | 33.53 | - |
| YUV | 161.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 151 | 0 | 0.46 | 0.35 | 0.08 | 346.54 | 0.72 | 0.71 |
| Hex | EA | 7F | 97 | 0 | 2E | 23 | 8 | 15B | 48 | 47 |
| Octal | 352 | 177 | 227 | 0 | 56 | 43 | 10 | 533 | 110 | 107 |
| Binary | 11101010 | 1111111 | 10010111 | 0 | 101110 | 100011 | 1000 | 101011011 | 1001000 | 1000111 |
Color Harmonies of #EA7F97
Complementary color
Monochromatic Colors of #EA7F97
Black with #EA7F97
Text Example
Text Example
White with #EA7F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7F97; }
p { color: rgb(234,127,151); }
H1.HeaderClassName
{
color: #EA7F97;
}
.AnyTagClassName
{
color: #EA7F97;
}
</style>
background-color css
<style>
a { background-color: #EA7F97; }
a { background-color: rgb(234,127,151); }
div.DivClassName
{
background-color: #EA7F97;
}
.BgClassName
{
background-color: #EA7F97;
}
</style>
border-color css
<style>
span { border-color: #EA7F97; }
span { border-color: rgb(234,127,151); }
td.TdClassName
{
border-color: #EA7F97;
}
.TagClassName
{
border-color: #EA7F97;
}
</style>