Shades of Deep Cerise #E3268A
Tints of Deep Cerise #E3268A
RGB
CMYK
RGB Variations
Color information
#E3268A (or 0xE3268A) is known color: Deep Cerise. HEX triplet: E3, 26 and 8A. RGB value is (227,38,138). Sum of RGB (Red+Green+Blue) = 227+38+138=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3268A is #1CD975. Grayscale: #696969. Windows color (decimal): -1890678 or 9053923. OLE color: 9053923.
HSL color Cylindrical-coordinate representation of color #E3268A: hue angle of 328.25º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3268A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 138 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.11 |
| HSL | 328.25º | 0.77% | 0.52% | - |
| HSV(B) | 328.25º | 0.83% | 0.89% | - |
| XYZ | 36.96 | 19.55 | 25.87 | - |
| YUV | 105.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 138 | 0 | 0.83 | 0.39 | 0.11 | 328.25 | 0.77 | 0.52 |
| Hex | E3 | 26 | 8A | 0 | 53 | 27 | B | 148 | 4D | 34 |
| Octal | 343 | 46 | 212 | 0 | 123 | 47 | 13 | 510 | 115 | 64 |
| Binary | 11100011 | 100110 | 10001010 | 0 | 1010011 | 100111 | 1011 | 101001000 | 1001101 | 110100 |
Color Harmonies of #E3268A
Complementary color
Monochromatic Colors of #E3268A
Black with #E3268A
Text Example
Text Example
White with #E3268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3268A; }
p { color: rgb(227,38,138); }
H1.HeaderClassName
{
color: #E3268A;
}
.AnyTagClassName
{
color: #E3268A;
}
</style>
background-color css
<style>
a { background-color: #E3268A; }
a { background-color: rgb(227,38,138); }
div.DivClassName
{
background-color: #E3268A;
}
.BgClassName
{
background-color: #E3268A;
}
</style>
border-color css
<style>
span { border-color: #E3268A; }
span { border-color: rgb(227,38,138); }
td.TdClassName
{
border-color: #E3268A;
}
.TagClassName
{
border-color: #E3268A;
}
</style>