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