Shades of Carissma #E27EA4
Tints of Carissma #E27EA4
RGB
CMYK
RGB Variations
Color information
#E27EA4 (or 0xE27EA4) is known color: Carissma. HEX triplet: E2, 7E and A4. RGB value is (226,126,164). Sum of RGB (Red+Green+Blue) = 226+126+164=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27EA4 is #1D815B. Grayscale: #A0A0A0. Windows color (decimal): -1933660 or 10780386. OLE color: 10780386.
HSL color Cylindrical-coordinate representation of color #E27EA4: hue angle of 337.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 #E27EA4 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 164 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.11 |
| HSL | 337.2º | 0.63% | 0.69% | - |
| HSV(B) | 337.2º | 0.44% | 0.89% | - |
| XYZ | 45.53 | 33.77 | 39.24 | - |
| YUV | 160.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 164 | 0 | 0.44 | 0.27 | 0.11 | 337.2 | 0.63 | 0.69 |
| Hex | E2 | 7E | A4 | 0 | 2C | 1B | B | 151 | 3F | 45 |
| Octal | 342 | 176 | 244 | 0 | 54 | 33 | 13 | 521 | 77 | 105 |
| Binary | 11100010 | 1111110 | 10100100 | 0 | 101100 | 11011 | 1011 | 101010001 | 111111 | 1000101 |
Color Harmonies of #E27EA4
Complementary color
Monochromatic Colors of #E27EA4
Black with #E27EA4
Text Example
Text Example
White with #E27EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EA4; }
p { color: rgb(226,126,164); }
H1.HeaderClassName
{
color: #E27EA4;
}
.AnyTagClassName
{
color: #E27EA4;
}
</style>
background-color css
<style>
a { background-color: #E27EA4; }
a { background-color: rgb(226,126,164); }
div.DivClassName
{
background-color: #E27EA4;
}
.BgClassName
{
background-color: #E27EA4;
}
</style>
border-color css
<style>
span { border-color: #E27EA4; }
span { border-color: rgb(226,126,164); }
td.TdClassName
{
border-color: #E27EA4;
}
.TagClassName
{
border-color: #E27EA4;
}
</style>