Shades of Carissma #EA8184
Tints of Carissma #EA8184
RGB
CMYK
RGB Variations
Color information
#EA8184 (or 0xEA8184) is known color: Carissma. HEX triplet: EA, 81 and 84. RGB value is (234,129,132). Sum of RGB (Red+Green+Blue) = 234+129+132=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8184 is #157E7B. Grayscale: #A0A0A0. Windows color (decimal): -1408636 or 8684010. OLE color: 8684010.
HSL color Cylindrical-coordinate representation of color #EA8184: hue angle of 358.29º 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 #EA8184 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 132 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.08 |
| HSL | 358.29º | 0.71% | 0.71% | - |
| HSV(B) | 358.29º | 0.45% | 0.92% | - |
| XYZ | 45.95 | 34.86 | 26.14 | - |
| YUV | 160.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 132 | 0 | 0.45 | 0.44 | 0.08 | 358.29 | 0.71 | 0.71 |
| Hex | EA | 81 | 84 | 0 | 2D | 2C | 8 | 166 | 47 | 47 |
| Octal | 352 | 201 | 204 | 0 | 55 | 54 | 10 | 546 | 107 | 107 |
| Binary | 11101010 | 10000001 | 10000100 | 0 | 101101 | 101100 | 1000 | 101100110 | 1000111 | 1000111 |
Color Harmonies of #EA8184
Complementary color
Monochromatic Colors of #EA8184
Black with #EA8184
Text Example
Text Example
White with #EA8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8184; }
p { color: rgb(234,129,132); }
H1.HeaderClassName
{
color: #EA8184;
}
.AnyTagClassName
{
color: #EA8184;
}
</style>
background-color css
<style>
a { background-color: #EA8184; }
a { background-color: rgb(234,129,132); }
div.DivClassName
{
background-color: #EA8184;
}
.BgClassName
{
background-color: #EA8184;
}
</style>
border-color css
<style>
span { border-color: #EA8184; }
span { border-color: rgb(234,129,132); }
td.TdClassName
{
border-color: #EA8184;
}
.TagClassName
{
border-color: #EA8184;
}
</style>