Shades of Carissma #EA7E8B
Tints of Carissma #EA7E8B
RGB
CMYK
RGB Variations
Color information
#EA7E8B (or 0xEA7E8B) is known color: Carissma. HEX triplet: EA, 7E and 8B. RGB value is (234,126,139). Sum of RGB (Red+Green+Blue) = 234+126+139=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E8B is #158174. Grayscale: #9F9F9F. Windows color (decimal): -1409397 or 9141994. OLE color: 9141994.
HSL color Cylindrical-coordinate representation of color #EA7E8B: hue angle of 352.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 #EA7E8B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 139 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.08 |
| HSL | 352.78º | 0.72% | 0.71% | - |
| HSV(B) | 352.78º | 0.46% | 0.92% | - |
| XYZ | 46.05 | 34.28 | 28.62 | - |
| YUV | 159.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 139 | 0 | 0.46 | 0.41 | 0.08 | 352.78 | 0.72 | 0.71 |
| Hex | EA | 7E | 8B | 0 | 2E | 29 | 8 | 161 | 48 | 47 |
| Octal | 352 | 176 | 213 | 0 | 56 | 51 | 10 | 541 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10001011 | 0 | 101110 | 101001 | 1000 | 101100001 | 1001000 | 1000111 |
Color Harmonies of #EA7E8B
Complementary color
Monochromatic Colors of #EA7E8B
Black with #EA7E8B
Text Example
Text Example
White with #EA7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E8B; }
p { color: rgb(234,126,139); }
H1.HeaderClassName
{
color: #EA7E8B;
}
.AnyTagClassName
{
color: #EA7E8B;
}
</style>
background-color css
<style>
a { background-color: #EA7E8B; }
a { background-color: rgb(234,126,139); }
div.DivClassName
{
background-color: #EA7E8B;
}
.BgClassName
{
background-color: #EA7E8B;
}
</style>
border-color css
<style>
span { border-color: #EA7E8B; }
span { border-color: rgb(234,126,139); }
td.TdClassName
{
border-color: #EA7E8B;
}
.TagClassName
{
border-color: #EA7E8B;
}
</style>