Shades of Carissma #EA81A1
Tints of Carissma #EA81A1
RGB
CMYK
RGB Variations
Color information
#EA81A1 (or 0xEA81A1) is known color: Carissma. HEX triplet: EA, 81 and A1. RGB value is (234,129,161). Sum of RGB (Red+Green+Blue) = 234+129+161=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA81A1 is #157E5E. Grayscale: #A4A4A4. Windows color (decimal): -1408607 or 10584554. OLE color: 10584554.
HSL color Cylindrical-coordinate representation of color #EA81A1: hue angle of 341.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81A1 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 161 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.08 |
| HSL | 341.71º | 0.71% | 0.71% | - |
| HSV(B) | 341.71º | 0.45% | 0.92% | - |
| XYZ | 48.21 | 35.77 | 38.08 | - |
| YUV | 164.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 161 | 0 | 0.45 | 0.31 | 0.08 | 341.71 | 0.71 | 0.71 |
| Hex | EA | 81 | A1 | 0 | 2D | 1F | 8 | 156 | 47 | 47 |
| Octal | 352 | 201 | 241 | 0 | 55 | 37 | 10 | 526 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10100001 | 0 | 101101 | 11111 | 1000 | 101010110 | 1000111 | 1000111 |
Color Harmonies of #EA81A1
Complementary color
Monochromatic Colors of #EA81A1
Black with #EA81A1
Text Example
Text Example
White with #EA81A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81A1; }
p { color: rgb(234,129,161); }
H1.HeaderClassName
{
color: #EA81A1;
}
.AnyTagClassName
{
color: #EA81A1;
}
</style>
background-color css
<style>
a { background-color: #EA81A1; }
a { background-color: rgb(234,129,161); }
div.DivClassName
{
background-color: #EA81A1;
}
.BgClassName
{
background-color: #EA81A1;
}
</style>
border-color css
<style>
span { border-color: #EA81A1; }
span { border-color: rgb(234,129,161); }
td.TdClassName
{
border-color: #EA81A1;
}
.TagClassName
{
border-color: #EA81A1;
}
</style>