Shades of Carissma #EA80A2
Tints of Carissma #EA80A2
RGB
CMYK
RGB Variations
Color information
#EA80A2 (or 0xEA80A2) is known color: Carissma. HEX triplet: EA, 80 and A2. RGB value is (234,128,162). Sum of RGB (Red+Green+Blue) = 234+128+162=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80A2 is #157F5D. Grayscale: #A3A3A3. Windows color (decimal): -1408862 or 10649834. OLE color: 10649834.
HSL color Cylindrical-coordinate representation of color #EA80A2: hue angle of 340.75º degrees, saturation: 0.72, 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 #EA80A2 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 162 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.08 |
| HSL | 340.75º | 0.72% | 0.71% | - |
| HSV(B) | 340.75º | 0.45% | 0.92% | - |
| XYZ | 48.17 | 35.54 | 38.5 | - |
| YUV | 163.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 162 | 0 | 0.45 | 0.31 | 0.08 | 340.75 | 0.72 | 0.71 |
| Hex | EA | 80 | A2 | 0 | 2D | 1F | 8 | 155 | 48 | 47 |
| Octal | 352 | 200 | 242 | 0 | 55 | 37 | 10 | 525 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10100010 | 0 | 101101 | 11111 | 1000 | 101010101 | 1001000 | 1000111 |
Color Harmonies of #EA80A2
Complementary color
Monochromatic Colors of #EA80A2
Black with #EA80A2
Text Example
Text Example
White with #EA80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80A2; }
p { color: rgb(234,128,162); }
H1.HeaderClassName
{
color: #EA80A2;
}
.AnyTagClassName
{
color: #EA80A2;
}
</style>
background-color css
<style>
a { background-color: #EA80A2; }
a { background-color: rgb(234,128,162); }
div.DivClassName
{
background-color: #EA80A2;
}
.BgClassName
{
background-color: #EA80A2;
}
</style>
border-color css
<style>
span { border-color: #EA80A2; }
span { border-color: rgb(234,128,162); }
td.TdClassName
{
border-color: #EA80A2;
}
.TagClassName
{
border-color: #EA80A2;
}
</style>