Shades of Carissma #EA7A8D
Tints of Carissma #EA7A8D
RGB
CMYK
RGB Variations
Color information
#EA7A8D (or 0xEA7A8D) is known color: Carissma. HEX triplet: EA, 7A and 8D. RGB value is (234,122,141). Sum of RGB (Red+Green+Blue) = 234+122+141=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A8D is #158572. Grayscale: #9D9D9D. Windows color (decimal): -1410419 or 9272042. OLE color: 9272042.
HSL color Cylindrical-coordinate representation of color #EA7A8D: hue angle of 349.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7A8D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 141 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.08 |
| HSL | 349.82º | 0.73% | 0.7% | - |
| HSV(B) | 349.82º | 0.48% | 0.92% | - |
| XYZ | 45.7 | 33.33 | 29.22 | - |
| YUV | 157.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 141 | 0 | 0.48 | 0.40 | 0.08 | 349.82 | 0.73 | 0.7 |
| Hex | EA | 7A | 8D | 0 | 30 | 28 | 8 | 15E | 49 | 46 |
| Octal | 352 | 172 | 215 | 0 | 60 | 50 | 10 | 536 | 111 | 106 |
| Binary | 11101010 | 1111010 | 10001101 | 0 | 110000 | 101000 | 1000 | 101011110 | 1001001 | 1000110 |
Color Harmonies of #EA7A8D
Complementary color
Monochromatic Colors of #EA7A8D
Black with #EA7A8D
Text Example
Text Example
White with #EA7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A8D; }
p { color: rgb(234,122,141); }
H1.HeaderClassName
{
color: #EA7A8D;
}
.AnyTagClassName
{
color: #EA7A8D;
}
</style>
background-color css
<style>
a { background-color: #EA7A8D; }
a { background-color: rgb(234,122,141); }
div.DivClassName
{
background-color: #EA7A8D;
}
.BgClassName
{
background-color: #EA7A8D;
}
</style>
border-color css
<style>
span { border-color: #EA7A8D; }
span { border-color: rgb(234,122,141); }
td.TdClassName
{
border-color: #EA7A8D;
}
.TagClassName
{
border-color: #EA7A8D;
}
</style>