Shades of Carissma #EA7D9A
Tints of Carissma #EA7D9A
RGB
CMYK
RGB Variations
Color information
#EA7D9A (or 0xEA7D9A) is known color: Carissma. HEX triplet: EA, 7D and 9A. RGB value is (234,125,154). Sum of RGB (Red+Green+Blue) = 234+125+154=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D9A is #158265. Grayscale: #A0A0A0. Windows color (decimal): -1409638 or 10124778. OLE color: 10124778.
HSL color Cylindrical-coordinate representation of color #EA7D9A: hue angle of 344.04º 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 #EA7D9A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 154 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.08 |
| HSL | 344.04º | 0.72% | 0.7% | - |
| HSV(B) | 344.04º | 0.47% | 0.92% | - |
| XYZ | 47.1 | 34.49 | 34.75 | - |
| YUV | 160.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 154 | 0 | 0.47 | 0.34 | 0.08 | 344.04 | 0.72 | 0.7 |
| Hex | EA | 7D | 9A | 0 | 2F | 22 | 8 | 158 | 48 | 46 |
| Octal | 352 | 175 | 232 | 0 | 57 | 42 | 10 | 530 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10011010 | 0 | 101111 | 100010 | 1000 | 101011000 | 1001000 | 1000110 |
Color Harmonies of #EA7D9A
Complementary color
Monochromatic Colors of #EA7D9A
Black with #EA7D9A
Text Example
Text Example
White with #EA7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D9A; }
p { color: rgb(234,125,154); }
H1.HeaderClassName
{
color: #EA7D9A;
}
.AnyTagClassName
{
color: #EA7D9A;
}
</style>
background-color css
<style>
a { background-color: #EA7D9A; }
a { background-color: rgb(234,125,154); }
div.DivClassName
{
background-color: #EA7D9A;
}
.BgClassName
{
background-color: #EA7D9A;
}
</style>
border-color css
<style>
span { border-color: #EA7D9A; }
span { border-color: rgb(234,125,154); }
td.TdClassName
{
border-color: #EA7D9A;
}
.TagClassName
{
border-color: #EA7D9A;
}
</style>