Shades of Deep Cerise #E1268A
Tints of Deep Cerise #E1268A
RGB
CMYK
RGB Variations
Color information
#E1268A (or 0xE1268A) is known color: Deep Cerise. HEX triplet: E1, 26 and 8A. RGB value is (225,38,138). Sum of RGB (Red+Green+Blue) = 225+38+138=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1268A is #1ED975. Grayscale: #696969. Windows color (decimal): -2021750 or 9053921. OLE color: 9053921.
HSL color Cylindrical-coordinate representation of color #E1268A: hue angle of 327.91º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1268A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 138 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.12 |
| HSL | 327.91º | 0.76% | 0.52% | - |
| HSV(B) | 327.91º | 0.83% | 0.88% | - |
| XYZ | 36.33 | 19.23 | 25.84 | - |
| YUV | 105.31 | 146.45 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 138 | 0 | 0.83 | 0.39 | 0.12 | 327.91 | 0.76 | 0.52 |
| Hex | E1 | 26 | 8A | 0 | 53 | 27 | C | 148 | 4C | 34 |
| Octal | 341 | 46 | 212 | 0 | 123 | 47 | 14 | 510 | 114 | 64 |
| Binary | 11100001 | 100110 | 10001010 | 0 | 1010011 | 100111 | 1100 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E1268A
Complementary color
Monochromatic Colors of #E1268A
Black with #E1268A
Text Example
Text Example
White with #E1268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1268A; }
p { color: rgb(225,38,138); }
H1.HeaderClassName
{
color: #E1268A;
}
.AnyTagClassName
{
color: #E1268A;
}
</style>
background-color css
<style>
a { background-color: #E1268A; }
a { background-color: rgb(225,38,138); }
div.DivClassName
{
background-color: #E1268A;
}
.BgClassName
{
background-color: #E1268A;
}
</style>
border-color css
<style>
span { border-color: #E1268A; }
span { border-color: rgb(225,38,138); }
td.TdClassName
{
border-color: #E1268A;
}
.TagClassName
{
border-color: #E1268A;
}
</style>