Shades of Carissma #E78A9B
Tints of Carissma #E78A9B
RGB
CMYK
RGB Variations
Color information
#E78A9B (or 0xE78A9B) is known color: Carissma. HEX triplet: E7, 8A and 9B. RGB value is (231,138,155). Sum of RGB (Red+Green+Blue) = 231+138+155=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78A9B is #187564. Grayscale: #A7A7A7. Windows color (decimal): -1602917 or 10193639. OLE color: 10193639.
HSL color Cylindrical-coordinate representation of color #E78A9B: hue angle of 349.03º 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 #E78A9B is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 155 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.09 |
| HSL | 349.03º | 0.66% | 0.72% | - |
| HSV(B) | 349.03º | 0.4% | 0.91% | - |
| XYZ | 47.96 | 37.53 | 35.73 | - |
| YUV | 167.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 155 | 0 | 0.40 | 0.33 | 0.09 | 349.03 | 0.66 | 0.72 |
| Hex | E7 | 8A | 9B | 0 | 28 | 21 | 9 | 15D | 42 | 48 |
| Octal | 347 | 212 | 233 | 0 | 50 | 41 | 11 | 535 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10011011 | 0 | 101000 | 100001 | 1001 | 101011101 | 1000010 | 1001000 |
Color Harmonies of #E78A9B
Complementary color
Monochromatic Colors of #E78A9B
Black with #E78A9B
Text Example
Text Example
White with #E78A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A9B; }
p { color: rgb(231,138,155); }
H1.HeaderClassName
{
color: #E78A9B;
}
.AnyTagClassName
{
color: #E78A9B;
}
</style>
background-color css
<style>
a { background-color: #E78A9B; }
a { background-color: rgb(231,138,155); }
div.DivClassName
{
background-color: #E78A9B;
}
.BgClassName
{
background-color: #E78A9B;
}
</style>
border-color css
<style>
span { border-color: #E78A9B; }
span { border-color: rgb(231,138,155); }
td.TdClassName
{
border-color: #E78A9B;
}
.TagClassName
{
border-color: #E78A9B;
}
</style>