Shades of Carissma #EA849D
Tints of Carissma #EA849D
RGB
CMYK
RGB Variations
Color information
#EA849D (or 0xEA849D) is known color: Carissma. HEX triplet: EA, 84 and 9D. RGB value is (234,132,157). Sum of RGB (Red+Green+Blue) = 234+132+157=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA849D is #157B62. Grayscale: #A5A5A5. Windows color (decimal): -1407843 or 10323178. OLE color: 10323178.
HSL color Cylindrical-coordinate representation of color #EA849D: hue angle of 345.29º 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 #EA849D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 157 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.08 |
| HSL | 345.29º | 0.71% | 0.72% | - |
| HSV(B) | 345.29º | 0.44% | 0.92% | - |
| XYZ | 48.27 | 36.43 | 36.39 | - |
| YUV | 165.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 157 | 0 | 0.44 | 0.33 | 0.08 | 345.29 | 0.71 | 0.72 |
| Hex | EA | 84 | 9D | 0 | 2C | 21 | 8 | 159 | 47 | 48 |
| Octal | 352 | 204 | 235 | 0 | 54 | 41 | 10 | 531 | 107 | 110 |
| Binary | 11101010 | 10000100 | 10011101 | 0 | 101100 | 100001 | 1000 | 101011001 | 1000111 | 1001000 |
Color Harmonies of #EA849D
Complementary color
Monochromatic Colors of #EA849D
Black with #EA849D
Text Example
Text Example
White with #EA849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA849D; }
p { color: rgb(234,132,157); }
H1.HeaderClassName
{
color: #EA849D;
}
.AnyTagClassName
{
color: #EA849D;
}
</style>
background-color css
<style>
a { background-color: #EA849D; }
a { background-color: rgb(234,132,157); }
div.DivClassName
{
background-color: #EA849D;
}
.BgClassName
{
background-color: #EA849D;
}
</style>
border-color css
<style>
span { border-color: #EA849D; }
span { border-color: rgb(234,132,157); }
td.TdClassName
{
border-color: #EA849D;
}
.TagClassName
{
border-color: #EA849D;
}
</style>