Shades of Carissma #EA7B8B
Tints of Carissma #EA7B8B
RGB
CMYK
RGB Variations
Color information
#EA7B8B (or 0xEA7B8B) is known color: Carissma. HEX triplet: EA, 7B and 8B. RGB value is (234,123,139). Sum of RGB (Red+Green+Blue) = 234+123+139=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B8B is #158474. Grayscale: #9E9E9E. Windows color (decimal): -1410165 or 9141226. OLE color: 9141226.
HSL color Cylindrical-coordinate representation of color #EA7B8B: hue angle of 351.35º 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 #EA7B8B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 139 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.08 |
| HSL | 351.35º | 0.73% | 0.7% | - |
| HSV(B) | 351.35º | 0.47% | 0.92% | - |
| XYZ | 45.67 | 33.52 | 28.49 | - |
| YUV | 158.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 139 | 0 | 0.47 | 0.41 | 0.08 | 351.35 | 0.73 | 0.7 |
| Hex | EA | 7B | 8B | 0 | 2F | 29 | 8 | 15F | 49 | 46 |
| Octal | 352 | 173 | 213 | 0 | 57 | 51 | 10 | 537 | 111 | 106 |
| Binary | 11101010 | 1111011 | 10001011 | 0 | 101111 | 101001 | 1000 | 101011111 | 1001001 | 1000110 |
Color Harmonies of #EA7B8B
Complementary color
Monochromatic Colors of #EA7B8B
Black with #EA7B8B
Text Example
Text Example
White with #EA7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B8B; }
p { color: rgb(234,123,139); }
H1.HeaderClassName
{
color: #EA7B8B;
}
.AnyTagClassName
{
color: #EA7B8B;
}
</style>
background-color css
<style>
a { background-color: #EA7B8B; }
a { background-color: rgb(234,123,139); }
div.DivClassName
{
background-color: #EA7B8B;
}
.BgClassName
{
background-color: #EA7B8B;
}
</style>
border-color css
<style>
span { border-color: #EA7B8B; }
span { border-color: rgb(234,123,139); }
td.TdClassName
{
border-color: #EA7B8B;
}
.TagClassName
{
border-color: #EA7B8B;
}
</style>