Shades of Carissma #E78A9C
Tints of Carissma #E78A9C
RGB
CMYK
RGB Variations
Color information
#E78A9C (or 0xE78A9C) is known color: Carissma. HEX triplet: E7, 8A and 9C. RGB value is (231,138,156). Sum of RGB (Red+Green+Blue) = 231+138+156=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78A9C is #187563. Grayscale: #A7A7A7. Windows color (decimal): -1602916 or 10259175. OLE color: 10259175.
HSL color Cylindrical-coordinate representation of color #E78A9C: hue angle of 348.39º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78A9C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 156 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.09 |
| HSL | 348.39º | 0.66% | 0.72% | - |
| HSV(B) | 348.39º | 0.4% | 0.91% | - |
| XYZ | 48.04 | 37.57 | 36.17 | - |
| YUV | 167.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 156 | 0 | 0.40 | 0.32 | 0.09 | 348.39 | 0.66 | 0.72 |
| Hex | E7 | 8A | 9C | 0 | 28 | 20 | 9 | 15C | 42 | 48 |
| Octal | 347 | 212 | 234 | 0 | 50 | 40 | 11 | 534 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10011100 | 0 | 101000 | 100000 | 1001 | 101011100 | 1000010 | 1001000 |
Color Harmonies of #E78A9C
Complementary color
Monochromatic Colors of #E78A9C
Black with #E78A9C
Text Example
Text Example
White with #E78A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A9C; }
p { color: rgb(231,138,156); }
H1.HeaderClassName
{
color: #E78A9C;
}
.AnyTagClassName
{
color: #E78A9C;
}
</style>
background-color css
<style>
a { background-color: #E78A9C; }
a { background-color: rgb(231,138,156); }
div.DivClassName
{
background-color: #E78A9C;
}
.BgClassName
{
background-color: #E78A9C;
}
</style>
border-color css
<style>
span { border-color: #E78A9C; }
span { border-color: rgb(231,138,156); }
td.TdClassName
{
border-color: #E78A9C;
}
.TagClassName
{
border-color: #E78A9C;
}
</style>