Shades of Carissma #EA7E8C
Tints of Carissma #EA7E8C
RGB
CMYK
RGB Variations
Color information
#EA7E8C (or 0xEA7E8C) is known color: Carissma. HEX triplet: EA, 7E and 8C. RGB value is (234,126,140). Sum of RGB (Red+Green+Blue) = 234+126+140=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E8C is #158173. Grayscale: #9F9F9F. Windows color (decimal): -1409396 or 9207530. OLE color: 9207530.
HSL color Cylindrical-coordinate representation of color #EA7E8C: hue angle of 352.22º 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 #EA7E8C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 140 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.08 |
| HSL | 352.22º | 0.72% | 0.71% | - |
| HSV(B) | 352.22º | 0.46% | 0.92% | - |
| XYZ | 46.13 | 34.31 | 29 | - |
| YUV | 159.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 140 | 0 | 0.46 | 0.40 | 0.08 | 352.22 | 0.72 | 0.71 |
| Hex | EA | 7E | 8C | 0 | 2E | 28 | 8 | 160 | 48 | 47 |
| Octal | 352 | 176 | 214 | 0 | 56 | 50 | 10 | 540 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10001100 | 0 | 101110 | 101000 | 1000 | 101100000 | 1001000 | 1000111 |
Color Harmonies of #EA7E8C
Complementary color
Monochromatic Colors of #EA7E8C
Black with #EA7E8C
Text Example
Text Example
White with #EA7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E8C; }
p { color: rgb(234,126,140); }
H1.HeaderClassName
{
color: #EA7E8C;
}
.AnyTagClassName
{
color: #EA7E8C;
}
</style>
background-color css
<style>
a { background-color: #EA7E8C; }
a { background-color: rgb(234,126,140); }
div.DivClassName
{
background-color: #EA7E8C;
}
.BgClassName
{
background-color: #EA7E8C;
}
</style>
border-color css
<style>
span { border-color: #EA7E8C; }
span { border-color: rgb(234,126,140); }
td.TdClassName
{
border-color: #EA7E8C;
}
.TagClassName
{
border-color: #EA7E8C;
}
</style>