Shades of Carissma #E2828C
Tints of Carissma #E2828C
RGB
CMYK
RGB Variations
Color information
#E2828C (or 0xE2828C) is known color: Carissma. HEX triplet: E2, 82 and 8C. RGB value is (226,130,140). Sum of RGB (Red+Green+Blue) = 226+130+140=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2828C is #1D7D73. Grayscale: #9F9F9F. Windows color (decimal): -1932660 or 9208546. OLE color: 9208546.
HSL color Cylindrical-coordinate representation of color #E2828C: hue angle of 353.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2828C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 140 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.11 |
| HSL | 353.75º | 0.62% | 0.7% | - |
| HSV(B) | 353.75º | 0.42% | 0.89% | - |
| XYZ | 44.08 | 34.03 | 29.06 | - |
| YUV | 159.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 140 | 0 | 0.42 | 0.38 | 0.11 | 353.75 | 0.62 | 0.7 |
| Hex | E2 | 82 | 8C | 0 | 2A | 26 | B | 162 | 3E | 46 |
| Octal | 342 | 202 | 214 | 0 | 52 | 46 | 13 | 542 | 76 | 106 |
| Binary | 11100010 | 10000010 | 10001100 | 0 | 101010 | 100110 | 1011 | 101100010 | 111110 | 1000110 |
Color Harmonies of #E2828C
Complementary color
Monochromatic Colors of #E2828C
Black with #E2828C
Text Example
Text Example
White with #E2828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2828C; }
p { color: rgb(226,130,140); }
H1.HeaderClassName
{
color: #E2828C;
}
.AnyTagClassName
{
color: #E2828C;
}
</style>
background-color css
<style>
a { background-color: #E2828C; }
a { background-color: rgb(226,130,140); }
div.DivClassName
{
background-color: #E2828C;
}
.BgClassName
{
background-color: #E2828C;
}
</style>
border-color css
<style>
span { border-color: #E2828C; }
span { border-color: rgb(226,130,140); }
td.TdClassName
{
border-color: #E2828C;
}
.TagClassName
{
border-color: #E2828C;
}
</style>