Shades of Carissma #E27E9A
Tints of Carissma #E27E9A
RGB
CMYK
RGB Variations
Color information
#E27E9A (or 0xE27E9A) is known color: Carissma. HEX triplet: E2, 7E and 9A. RGB value is (226,126,154). Sum of RGB (Red+Green+Blue) = 226+126+154=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27E9A is #1D8165. Grayscale: #9F9F9F. Windows color (decimal): -1933670 or 10125026. OLE color: 10125026.
HSL color Cylindrical-coordinate representation of color #E27E9A: hue angle of 343.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27E9A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 154 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.11 |
| HSL | 343.2º | 0.63% | 0.69% | - |
| HSV(B) | 343.2º | 0.44% | 0.89% | - |
| XYZ | 44.66 | 33.42 | 34.67 | - |
| YUV | 159.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 154 | 0 | 0.44 | 0.32 | 0.11 | 343.2 | 0.63 | 0.69 |
| Hex | E2 | 7E | 9A | 0 | 2C | 20 | B | 157 | 3F | 45 |
| Octal | 342 | 176 | 232 | 0 | 54 | 40 | 13 | 527 | 77 | 105 |
| Binary | 11100010 | 1111110 | 10011010 | 0 | 101100 | 100000 | 1011 | 101010111 | 111111 | 1000101 |
Color Harmonies of #E27E9A
Complementary color
Monochromatic Colors of #E27E9A
Black with #E27E9A
Text Example
Text Example
White with #E27E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E9A; }
p { color: rgb(226,126,154); }
H1.HeaderClassName
{
color: #E27E9A;
}
.AnyTagClassName
{
color: #E27E9A;
}
</style>
background-color css
<style>
a { background-color: #E27E9A; }
a { background-color: rgb(226,126,154); }
div.DivClassName
{
background-color: #E27E9A;
}
.BgClassName
{
background-color: #E27E9A;
}
</style>
border-color css
<style>
span { border-color: #E27E9A; }
span { border-color: rgb(226,126,154); }
td.TdClassName
{
border-color: #E27E9A;
}
.TagClassName
{
border-color: #E27E9A;
}
</style>