Shades of Carissma #EA81A2
Tints of Carissma #EA81A2
RGB
CMYK
RGB Variations
Color information
#EA81A2 (or 0xEA81A2) is known color: Carissma. HEX triplet: EA, 81 and A2. RGB value is (234,129,162). Sum of RGB (Red+Green+Blue) = 234+129+162=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA81A2 is #157E5D. Grayscale: #A4A4A4. Windows color (decimal): -1408606 or 10650090. OLE color: 10650090.
HSL color Cylindrical-coordinate representation of color #EA81A2: hue angle of 341.14º 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 #EA81A2 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 162 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.08 |
| HSL | 341.14º | 0.71% | 0.71% | - |
| HSV(B) | 341.14º | 0.45% | 0.92% | - |
| XYZ | 48.3 | 35.8 | 38.55 | - |
| YUV | 164.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 162 | 0 | 0.45 | 0.31 | 0.08 | 341.14 | 0.71 | 0.71 |
| Hex | EA | 81 | A2 | 0 | 2D | 1F | 8 | 155 | 47 | 47 |
| Octal | 352 | 201 | 242 | 0 | 55 | 37 | 10 | 525 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10100010 | 0 | 101101 | 11111 | 1000 | 101010101 | 1000111 | 1000111 |
Color Harmonies of #EA81A2
Complementary color
Monochromatic Colors of #EA81A2
Black with #EA81A2
Text Example
Text Example
White with #EA81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81A2; }
p { color: rgb(234,129,162); }
H1.HeaderClassName
{
color: #EA81A2;
}
.AnyTagClassName
{
color: #EA81A2;
}
</style>
background-color css
<style>
a { background-color: #EA81A2; }
a { background-color: rgb(234,129,162); }
div.DivClassName
{
background-color: #EA81A2;
}
.BgClassName
{
background-color: #EA81A2;
}
</style>
border-color css
<style>
span { border-color: #EA81A2; }
span { border-color: rgb(234,129,162); }
td.TdClassName
{
border-color: #EA81A2;
}
.TagClassName
{
border-color: #EA81A2;
}
</style>