Shades of Carissma #EA7B8D
Tints of Carissma #EA7B8D
RGB
CMYK
RGB Variations
Color information
#EA7B8D (or 0xEA7B8D) is known color: Carissma. HEX triplet: EA, 7B and 8D. RGB value is (234,123,141). Sum of RGB (Red+Green+Blue) = 234+123+141=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B8D is #158472. Grayscale: #9E9E9E. Windows color (decimal): -1410163 or 9272298. OLE color: 9272298.
HSL color Cylindrical-coordinate representation of color #EA7B8D: hue angle of 350.27º degrees, saturation: 0.73, 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 #EA7B8D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 141 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.08 |
| HSL | 350.27º | 0.73% | 0.7% | - |
| HSV(B) | 350.27º | 0.47% | 0.92% | - |
| XYZ | 45.82 | 33.58 | 29.27 | - |
| YUV | 158.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 141 | 0 | 0.47 | 0.40 | 0.08 | 350.27 | 0.73 | 0.7 |
| Hex | EA | 7B | 8D | 0 | 2F | 28 | 8 | 15E | 49 | 46 |
| Octal | 352 | 173 | 215 | 0 | 57 | 50 | 10 | 536 | 111 | 106 |
| Binary | 11101010 | 1111011 | 10001101 | 0 | 101111 | 101000 | 1000 | 101011110 | 1001001 | 1000110 |
Color Harmonies of #EA7B8D
Complementary color
Monochromatic Colors of #EA7B8D
Black with #EA7B8D
Text Example
Text Example
White with #EA7B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B8D; }
p { color: rgb(234,123,141); }
H1.HeaderClassName
{
color: #EA7B8D;
}
.AnyTagClassName
{
color: #EA7B8D;
}
</style>
background-color css
<style>
a { background-color: #EA7B8D; }
a { background-color: rgb(234,123,141); }
div.DivClassName
{
background-color: #EA7B8D;
}
.BgClassName
{
background-color: #EA7B8D;
}
</style>
border-color css
<style>
span { border-color: #EA7B8D; }
span { border-color: rgb(234,123,141); }
td.TdClassName
{
border-color: #EA7B8D;
}
.TagClassName
{
border-color: #EA7B8D;
}
</style>