Shades of Carissma #E1809D
Tints of Carissma #E1809D
RGB
CMYK
RGB Variations
Color information
#E1809D (or 0xE1809D) is known color: Carissma. HEX triplet: E1, 80 and 9D. RGB value is (225,128,157). Sum of RGB (Red+Green+Blue) = 225+128+157=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1809D is #1E7F62. Grayscale: #A0A0A0. Windows color (decimal): -1998691 or 10322145. OLE color: 10322145.
HSL color Cylindrical-coordinate representation of color #E1809D: hue angle of 342.06º 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 #E1809D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 157 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.12 |
| HSL | 342.06º | 0.62% | 0.69% | - |
| HSV(B) | 342.06º | 0.43% | 0.88% | - |
| XYZ | 44.86 | 33.88 | 36.07 | - |
| YUV | 160.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 157 | 0 | 0.43 | 0.30 | 0.12 | 342.06 | 0.62 | 0.69 |
| Hex | E1 | 80 | 9D | 0 | 2B | 1E | C | 156 | 3E | 45 |
| Octal | 341 | 200 | 235 | 0 | 53 | 36 | 14 | 526 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10011101 | 0 | 101011 | 11110 | 1100 | 101010110 | 111110 | 1000101 |
Color Harmonies of #E1809D
Complementary color
Monochromatic Colors of #E1809D
Black with #E1809D
Text Example
Text Example
White with #E1809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1809D; }
p { color: rgb(225,128,157); }
H1.HeaderClassName
{
color: #E1809D;
}
.AnyTagClassName
{
color: #E1809D;
}
</style>
background-color css
<style>
a { background-color: #E1809D; }
a { background-color: rgb(225,128,157); }
div.DivClassName
{
background-color: #E1809D;
}
.BgClassName
{
background-color: #E1809D;
}
</style>
border-color css
<style>
span { border-color: #E1809D; }
span { border-color: rgb(225,128,157); }
td.TdClassName
{
border-color: #E1809D;
}
.TagClassName
{
border-color: #E1809D;
}
</style>