Shades of Carissma #EA7DA0
Tints of Carissma #EA7DA0
RGB
CMYK
RGB Variations
Color information
#EA7DA0 (or 0xEA7DA0) is known color: Carissma. HEX triplet: EA, 7D and A0. RGB value is (234,125,160). Sum of RGB (Red+Green+Blue) = 234+125+160=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7DA0 is #15825F. Grayscale: #A1A1A1. Windows color (decimal): -1409632 or 10517994. OLE color: 10517994.
HSL color Cylindrical-coordinate representation of color #EA7DA0: hue angle of 340.73º 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 #EA7DA0 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 160 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.08 |
| HSL | 340.73º | 0.72% | 0.7% | - |
| HSV(B) | 340.73º | 0.47% | 0.92% | - |
| XYZ | 47.61 | 34.7 | 37.45 | - |
| YUV | 161.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 160 | 0 | 0.47 | 0.32 | 0.08 | 340.73 | 0.72 | 0.7 |
| Hex | EA | 7D | A0 | 0 | 2F | 20 | 8 | 155 | 48 | 46 |
| Octal | 352 | 175 | 240 | 0 | 57 | 40 | 10 | 525 | 110 | 106 |
| Binary | 11101010 | 1111101 | 10100000 | 0 | 101111 | 100000 | 1000 | 101010101 | 1001000 | 1000110 |
Color Harmonies of #EA7DA0
Complementary color
Monochromatic Colors of #EA7DA0
Black with #EA7DA0
Text Example
Text Example
White with #EA7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DA0; }
p { color: rgb(234,125,160); }
H1.HeaderClassName
{
color: #EA7DA0;
}
.AnyTagClassName
{
color: #EA7DA0;
}
</style>
background-color css
<style>
a { background-color: #EA7DA0; }
a { background-color: rgb(234,125,160); }
div.DivClassName
{
background-color: #EA7DA0;
}
.BgClassName
{
background-color: #EA7DA0;
}
</style>
border-color css
<style>
span { border-color: #EA7DA0; }
span { border-color: rgb(234,125,160); }
td.TdClassName
{
border-color: #EA7DA0;
}
.TagClassName
{
border-color: #EA7DA0;
}
</style>