Shades of Carissma #EA82A3
Tints of Carissma #EA82A3
RGB
CMYK
RGB Variations
Color information
#EA82A3 (or 0xEA82A3) is known color: Carissma. HEX triplet: EA, 82 and A3. RGB value is (234,130,163). Sum of RGB (Red+Green+Blue) = 234+130+163=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A3 is #157D5C. Grayscale: #A4A4A4. Windows color (decimal): -1408349 or 10715882. OLE color: 10715882.
HSL color Cylindrical-coordinate representation of color #EA82A3: hue angle of 340.96º 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 #EA82A3 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 163 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.08 |
| HSL | 340.96º | 0.71% | 0.71% | - |
| HSV(B) | 340.96º | 0.44% | 0.92% | - |
| XYZ | 48.53 | 36.1 | 39.06 | - |
| YUV | 164.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 163 | 0 | 0.44 | 0.30 | 0.08 | 340.96 | 0.71 | 0.71 |
| Hex | EA | 82 | A3 | 0 | 2C | 1E | 8 | 155 | 47 | 47 |
| Octal | 352 | 202 | 243 | 0 | 54 | 36 | 10 | 525 | 107 | 107 |
| Binary | 11101010 | 10000010 | 10100011 | 0 | 101100 | 11110 | 1000 | 101010101 | 1000111 | 1000111 |
Color Harmonies of #EA82A3
Complementary color
Monochromatic Colors of #EA82A3
Black with #EA82A3
Text Example
Text Example
White with #EA82A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82A3; }
p { color: rgb(234,130,163); }
H1.HeaderClassName
{
color: #EA82A3;
}
.AnyTagClassName
{
color: #EA82A3;
}
</style>
background-color css
<style>
a { background-color: #EA82A3; }
a { background-color: rgb(234,130,163); }
div.DivClassName
{
background-color: #EA82A3;
}
.BgClassName
{
background-color: #EA82A3;
}
</style>
border-color css
<style>
span { border-color: #EA82A3; }
span { border-color: rgb(234,130,163); }
td.TdClassName
{
border-color: #EA82A3;
}
.TagClassName
{
border-color: #EA82A3;
}
</style>