Shades of Carissma #EA7A8A
Tints of Carissma #EA7A8A
RGB
CMYK
RGB Variations
Color information
#EA7A8A (or 0xEA7A8A) is known color: Carissma. HEX triplet: EA, 7A and 8A. RGB value is (234,122,138). Sum of RGB (Red+Green+Blue) = 234+122+138=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A8A is #158575. Grayscale: #9D9D9D. Windows color (decimal): -1410422 or 9075434. OLE color: 9075434.
HSL color Cylindrical-coordinate representation of color #EA7A8A: hue angle of 351.43º 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 #EA7A8A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 138 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.08 |
| HSL | 351.43º | 0.73% | 0.7% | - |
| HSV(B) | 351.43º | 0.48% | 0.92% | - |
| XYZ | 45.48 | 33.25 | 28.06 | - |
| YUV | 157.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 138 | 0 | 0.48 | 0.41 | 0.08 | 351.43 | 0.73 | 0.7 |
| Hex | EA | 7A | 8A | 0 | 30 | 29 | 8 | 15F | 49 | 46 |
| Octal | 352 | 172 | 212 | 0 | 60 | 51 | 10 | 537 | 111 | 106 |
| Binary | 11101010 | 1111010 | 10001010 | 0 | 110000 | 101001 | 1000 | 101011111 | 1001001 | 1000110 |
Color Harmonies of #EA7A8A
Complementary color
Monochromatic Colors of #EA7A8A
Black with #EA7A8A
Text Example
Text Example
White with #EA7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A8A; }
p { color: rgb(234,122,138); }
H1.HeaderClassName
{
color: #EA7A8A;
}
.AnyTagClassName
{
color: #EA7A8A;
}
</style>
background-color css
<style>
a { background-color: #EA7A8A; }
a { background-color: rgb(234,122,138); }
div.DivClassName
{
background-color: #EA7A8A;
}
.BgClassName
{
background-color: #EA7A8A;
}
</style>
border-color css
<style>
span { border-color: #EA7A8A; }
span { border-color: rgb(234,122,138); }
td.TdClassName
{
border-color: #EA7A8A;
}
.TagClassName
{
border-color: #EA7A8A;
}
</style>