Shades of Carissma #E47F8C
Tints of Carissma #E47F8C
RGB
CMYK
RGB Variations
Color information
#E47F8C (or 0xE47F8C) is known color: Carissma. HEX triplet: E4, 7F and 8C. RGB value is (228,127,140). Sum of RGB (Red+Green+Blue) = 228+127+140=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47F8C is #1B8073. Grayscale: #9E9E9E. Windows color (decimal): -1802356 or 9207780. OLE color: 9207780.
HSL color Cylindrical-coordinate representation of color #E47F8C: hue angle of 352.28º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47F8C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 140 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.11 |
| HSL | 352.28º | 0.65% | 0.7% | - |
| HSV(B) | 352.28º | 0.44% | 0.89% | - |
| XYZ | 44.32 | 33.57 | 28.95 | - |
| YUV | 158.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 140 | 0 | 0.44 | 0.39 | 0.11 | 352.28 | 0.65 | 0.7 |
| Hex | E4 | 7F | 8C | 0 | 2C | 27 | B | 160 | 41 | 46 |
| Octal | 344 | 177 | 214 | 0 | 54 | 47 | 13 | 540 | 101 | 106 |
| Binary | 11100100 | 1111111 | 10001100 | 0 | 101100 | 100111 | 1011 | 101100000 | 1000001 | 1000110 |
Color Harmonies of #E47F8C
Complementary color
Monochromatic Colors of #E47F8C
Black with #E47F8C
Text Example
Text Example
White with #E47F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F8C; }
p { color: rgb(228,127,140); }
H1.HeaderClassName
{
color: #E47F8C;
}
.AnyTagClassName
{
color: #E47F8C;
}
</style>
background-color css
<style>
a { background-color: #E47F8C; }
a { background-color: rgb(228,127,140); }
div.DivClassName
{
background-color: #E47F8C;
}
.BgClassName
{
background-color: #E47F8C;
}
</style>
border-color css
<style>
span { border-color: #E47F8C; }
span { border-color: rgb(228,127,140); }
td.TdClassName
{
border-color: #E47F8C;
}
.TagClassName
{
border-color: #E47F8C;
}
</style>