Shades of Carissma #EA799D
Tints of Carissma #EA799D
RGB
CMYK
RGB Variations
Color information
#EA799D (or 0xEA799D) is known color: Carissma. HEX triplet: EA, 79 and 9D. RGB value is (234,121,157). Sum of RGB (Red+Green+Blue) = 234+121+157=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA799D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA799D is #158662. Grayscale: #9E9E9E. Windows color (decimal): -1410659 or 10320362. OLE color: 10320362.
HSL color Cylindrical-coordinate representation of color #EA799D: hue angle of 340.88º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA799D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 157 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.08 |
| HSL | 340.88º | 0.73% | 0.7% | - |
| HSV(B) | 340.88º | 0.48% | 0.92% | - |
| XYZ | 46.85 | 33.6 | 35.91 | - |
| YUV | 158.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 157 | 0 | 0.48 | 0.33 | 0.08 | 340.88 | 0.73 | 0.7 |
| Hex | EA | 79 | 9D | 0 | 30 | 21 | 8 | 155 | 49 | 46 |
| Octal | 352 | 171 | 235 | 0 | 60 | 41 | 10 | 525 | 111 | 106 |
| Binary | 11101010 | 1111001 | 10011101 | 0 | 110000 | 100001 | 1000 | 101010101 | 1001001 | 1000110 |
Color Harmonies of #EA799D
Complementary color
Monochromatic Colors of #EA799D
Black with #EA799D
Text Example
Text Example
White with #EA799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA799D; }
p { color: rgb(234,121,157); }
H1.HeaderClassName
{
color: #EA799D;
}
.AnyTagClassName
{
color: #EA799D;
}
</style>
background-color css
<style>
a { background-color: #EA799D; }
a { background-color: rgb(234,121,157); }
div.DivClassName
{
background-color: #EA799D;
}
.BgClassName
{
background-color: #EA799D;
}
</style>
border-color css
<style>
span { border-color: #EA799D; }
span { border-color: rgb(234,121,157); }
td.TdClassName
{
border-color: #EA799D;
}
.TagClassName
{
border-color: #EA799D;
}
</style>