Shades of Carissma #E28A9C
Tints of Carissma #E28A9C
RGB
CMYK
RGB Variations
Color information
#E28A9C (or 0xE28A9C) is known color: Carissma. HEX triplet: E2, 8A and 9C. RGB value is (226,138,156). Sum of RGB (Red+Green+Blue) = 226+138+156=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A9C is #1D7563. Grayscale: #A6A6A6. Windows color (decimal): -1930596 or 10259170. OLE color: 10259170.
HSL color Cylindrical-coordinate representation of color #E28A9C: hue angle of 347.73º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28A9C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 156 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.11 |
| HSL | 347.73º | 0.6% | 0.71% | - |
| HSV(B) | 347.73º | 0.39% | 0.89% | - |
| XYZ | 46.45 | 36.75 | 36.1 | - |
| YUV | 166.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 156 | 0 | 0.39 | 0.31 | 0.11 | 347.73 | 0.6 | 0.71 |
| Hex | E2 | 8A | 9C | 0 | 27 | 1F | B | 15C | 3C | 47 |
| Octal | 342 | 212 | 234 | 0 | 47 | 37 | 13 | 534 | 74 | 107 |
| Binary | 11100010 | 10001010 | 10011100 | 0 | 100111 | 11111 | 1011 | 101011100 | 111100 | 1000111 |
Color Harmonies of #E28A9C
Complementary color
Monochromatic Colors of #E28A9C
Black with #E28A9C
Text Example
Text Example
White with #E28A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A9C; }
p { color: rgb(226,138,156); }
H1.HeaderClassName
{
color: #E28A9C;
}
.AnyTagClassName
{
color: #E28A9C;
}
</style>
background-color css
<style>
a { background-color: #E28A9C; }
a { background-color: rgb(226,138,156); }
div.DivClassName
{
background-color: #E28A9C;
}
.BgClassName
{
background-color: #E28A9C;
}
</style>
border-color css
<style>
span { border-color: #E28A9C; }
span { border-color: rgb(226,138,156); }
td.TdClassName
{
border-color: #E28A9C;
}
.TagClassName
{
border-color: #E28A9C;
}
</style>