Shades of Carissma #EA82A1
Tints of Carissma #EA82A1
RGB
CMYK
RGB Variations
Color information
#EA82A1 (or 0xEA82A1) is known color: Carissma. HEX triplet: EA, 82 and A1. RGB value is (234,130,161). Sum of RGB (Red+Green+Blue) = 234+130+161=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A1 is #157D5E. Grayscale: #A4A4A4. Windows color (decimal): -1408351 or 10584810. OLE color: 10584810.
HSL color Cylindrical-coordinate representation of color #EA82A1: hue angle of 342.12º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82A1 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 161 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.08 |
| HSL | 342.12º | 0.71% | 0.71% | - |
| HSV(B) | 342.12º | 0.44% | 0.92% | - |
| XYZ | 48.35 | 36.03 | 38.12 | - |
| YUV | 164.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 161 | 0 | 0.44 | 0.31 | 0.08 | 342.12 | 0.71 | 0.71 |
| Hex | EA | 82 | A1 | 0 | 2C | 1F | 8 | 156 | 47 | 47 |
| Octal | 352 | 202 | 241 | 0 | 54 | 37 | 10 | 526 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10100001 | 0 | 101100 | 11111 | 1000 | 101010110 | 1000111 | 1000111 |
Color Harmonies of #EA82A1
Complementary color
Monochromatic Colors of #EA82A1
Black with #EA82A1
Text Example
Text Example
White with #EA82A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82A1; }
p { color: rgb(234,130,161); }
H1.HeaderClassName
{
color: #EA82A1;
}
.AnyTagClassName
{
color: #EA82A1;
}
</style>
background-color css
<style>
a { background-color: #EA82A1; }
a { background-color: rgb(234,130,161); }
div.DivClassName
{
background-color: #EA82A1;
}
.BgClassName
{
background-color: #EA82A1;
}
</style>
border-color css
<style>
span { border-color: #EA82A1; }
span { border-color: rgb(234,130,161); }
td.TdClassName
{
border-color: #EA82A1;
}
.TagClassName
{
border-color: #EA82A1;
}
</style>