Shades of Carissma #E1808E
Tints of Carissma #E1808E
RGB
CMYK
RGB Variations
Color information
#E1808E (or 0xE1808E) is known color: Carissma. HEX triplet: E1, 80 and 8E. RGB value is (225,128,142). Sum of RGB (Red+Green+Blue) = 225+128+142=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1808E is #1E7F71. Grayscale: #9E9E9E. Windows color (decimal): -1998706 or 9339105. OLE color: 9339105.
HSL color Cylindrical-coordinate representation of color #E1808E: hue angle of 351.34º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1808E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 142 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.12 |
| HSL | 351.34º | 0.62% | 0.69% | - |
| HSV(B) | 351.34º | 0.43% | 0.88% | - |
| XYZ | 43.65 | 33.4 | 29.74 | - |
| YUV | 158.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 142 | 0 | 0.43 | 0.37 | 0.12 | 351.34 | 0.62 | 0.69 |
| Hex | E1 | 80 | 8E | 0 | 2B | 25 | C | 15F | 3E | 45 |
| Octal | 341 | 200 | 216 | 0 | 53 | 45 | 14 | 537 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10001110 | 0 | 101011 | 100101 | 1100 | 101011111 | 111110 | 1000101 |
Color Harmonies of #E1808E
Complementary color
Monochromatic Colors of #E1808E
Black with #E1808E
Text Example
Text Example
White with #E1808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1808E; }
p { color: rgb(225,128,142); }
H1.HeaderClassName
{
color: #E1808E;
}
.AnyTagClassName
{
color: #E1808E;
}
</style>
background-color css
<style>
a { background-color: #E1808E; }
a { background-color: rgb(225,128,142); }
div.DivClassName
{
background-color: #E1808E;
}
.BgClassName
{
background-color: #E1808E;
}
</style>
border-color css
<style>
span { border-color: #E1808E; }
span { border-color: rgb(225,128,142); }
td.TdClassName
{
border-color: #E1808E;
}
.TagClassName
{
border-color: #E1808E;
}
</style>