Shades of Carissma #EA83A0
Tints of Carissma #EA83A0
RGB
CMYK
RGB Variations
Color information
#EA83A0 (or 0xEA83A0) is known color: Carissma. HEX triplet: EA, 83 and A0. RGB value is (234,131,160). Sum of RGB (Red+Green+Blue) = 234+131+160=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA83A0 is #157C5F. Grayscale: #A5A5A5. Windows color (decimal): -1408096 or 10519530. OLE color: 10519530.
HSL color Cylindrical-coordinate representation of color #EA83A0: hue angle of 343.11º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83A0 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 160 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.08 |
| HSL | 343.11º | 0.71% | 0.72% | - |
| HSV(B) | 343.11º | 0.44% | 0.92% | - |
| XYZ | 48.39 | 36.26 | 37.71 | - |
| YUV | 165.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 160 | 0 | 0.44 | 0.32 | 0.08 | 343.11 | 0.71 | 0.72 |
| Hex | EA | 83 | A0 | 0 | 2C | 20 | 8 | 157 | 47 | 48 |
| Octal | 352 | 203 | 240 | 0 | 54 | 40 | 10 | 527 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10100000 | 0 | 101100 | 100000 | 1000 | 101010111 | 1000111 | 1001000 |
Color Harmonies of #EA83A0
Complementary color
Monochromatic Colors of #EA83A0
Black with #EA83A0
Text Example
Text Example
White with #EA83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83A0; }
p { color: rgb(234,131,160); }
H1.HeaderClassName
{
color: #EA83A0;
}
.AnyTagClassName
{
color: #EA83A0;
}
</style>
background-color css
<style>
a { background-color: #EA83A0; }
a { background-color: rgb(234,131,160); }
div.DivClassName
{
background-color: #EA83A0;
}
.BgClassName
{
background-color: #EA83A0;
}
</style>
border-color css
<style>
span { border-color: #EA83A0; }
span { border-color: rgb(234,131,160); }
td.TdClassName
{
border-color: #EA83A0;
}
.TagClassName
{
border-color: #EA83A0;
}
</style>