Shades of Carissma #EA7D8B
Tints of Carissma #EA7D8B
RGB
CMYK
RGB Variations
Color information
#EA7D8B (or 0xEA7D8B) is known color: Carissma. HEX triplet: EA, 7D and 8B. RGB value is (234,125,139). Sum of RGB (Red+Green+Blue) = 234+125+139=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D8B is #158274. Grayscale: #9F9F9F. Windows color (decimal): -1409653 or 9141738. OLE color: 9141738.
HSL color Cylindrical-coordinate representation of color #EA7D8B: hue angle of 352.29º degrees, saturation: 0.72, 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 #EA7D8B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 139 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.08 |
| HSL | 352.29º | 0.72% | 0.7% | - |
| HSV(B) | 352.29º | 0.47% | 0.92% | - |
| XYZ | 45.93 | 34.02 | 28.57 | - |
| YUV | 159.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 139 | 0 | 0.47 | 0.41 | 0.08 | 352.29 | 0.72 | 0.7 |
| Hex | EA | 7D | 8B | 0 | 2F | 29 | 8 | 160 | 48 | 46 |
| Octal | 352 | 175 | 213 | 0 | 57 | 51 | 10 | 540 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10001011 | 0 | 101111 | 101001 | 1000 | 101100000 | 1001000 | 1000110 |
Color Harmonies of #EA7D8B
Complementary color
Monochromatic Colors of #EA7D8B
Black with #EA7D8B
Text Example
Text Example
White with #EA7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D8B; }
p { color: rgb(234,125,139); }
H1.HeaderClassName
{
color: #EA7D8B;
}
.AnyTagClassName
{
color: #EA7D8B;
}
</style>
background-color css
<style>
a { background-color: #EA7D8B; }
a { background-color: rgb(234,125,139); }
div.DivClassName
{
background-color: #EA7D8B;
}
.BgClassName
{
background-color: #EA7D8B;
}
</style>
border-color css
<style>
span { border-color: #EA7D8B; }
span { border-color: rgb(234,125,139); }
td.TdClassName
{
border-color: #EA7D8B;
}
.TagClassName
{
border-color: #EA7D8B;
}
</style>