Shades of Carissma #EA77A1
Tints of Carissma #EA77A1
RGB
CMYK
RGB Variations
Color information
#EA77A1 (or 0xEA77A1) is known color: Carissma. HEX triplet: EA, 77 and A1. RGB value is (234,119,161). Sum of RGB (Red+Green+Blue) = 234+119+161=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77A1 is #15885E. Grayscale: #9E9E9E. Windows color (decimal): -1411167 or 10581994. OLE color: 10581994.
HSL color Cylindrical-coordinate representation of color #EA77A1: hue angle of 338.09º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77A1 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 161 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.08 |
| HSL | 338.09º | 0.73% | 0.69% | - |
| HSV(B) | 338.09º | 0.49% | 0.92% | - |
| XYZ | 46.96 | 33.26 | 37.66 | - |
| YUV | 158.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 161 | 0 | 0.49 | 0.31 | 0.08 | 338.09 | 0.73 | 0.69 |
| Hex | EA | 77 | A1 | 0 | 31 | 1F | 8 | 152 | 49 | 45 |
| Octal | 352 | 167 | 241 | 0 | 61 | 37 | 10 | 522 | 111 | 105 |
| Binary | 11101010 | 1110111 | 10100001 | 0 | 110001 | 11111 | 1000 | 101010010 | 1001001 | 1000101 |
Color Harmonies of #EA77A1
Complementary color
Monochromatic Colors of #EA77A1
Black with #EA77A1
Text Example
Text Example
White with #EA77A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77A1; }
p { color: rgb(234,119,161); }
H1.HeaderClassName
{
color: #EA77A1;
}
.AnyTagClassName
{
color: #EA77A1;
}
</style>
background-color css
<style>
a { background-color: #EA77A1; }
a { background-color: rgb(234,119,161); }
div.DivClassName
{
background-color: #EA77A1;
}
.BgClassName
{
background-color: #EA77A1;
}
</style>
border-color css
<style>
span { border-color: #EA77A1; }
span { border-color: rgb(234,119,161); }
td.TdClassName
{
border-color: #EA77A1;
}
.TagClassName
{
border-color: #EA77A1;
}
</style>