Shades of Deep Cerise #E5268D
Tints of Deep Cerise #E5268D
RGB
CMYK
RGB Variations
Color information
#E5268D (or 0xE5268D) is known color: Deep Cerise. HEX triplet: E5, 26 and 8D. RGB value is (229,38,141). Sum of RGB (Red+Green+Blue) = 229+38+141=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5268D is #1AD972. Grayscale: #6A6A6A. Windows color (decimal): -1759603 or 9250533. OLE color: 9250533.
HSL color Cylindrical-coordinate representation of color #E5268D: hue angle of 327.64º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5268D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 141 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.10 |
| HSL | 327.64º | 0.79% | 0.52% | - |
| HSV(B) | 327.64º | 0.83% | 0.9% | - |
| XYZ | 37.81 | 19.97 | 27.06 | - |
| YUV | 106.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 141 | 0 | 0.83 | 0.38 | 0.10 | 327.64 | 0.79 | 0.52 |
| Hex | E5 | 26 | 8D | 0 | 53 | 26 | A | 148 | 4F | 34 |
| Octal | 345 | 46 | 215 | 0 | 123 | 46 | 12 | 510 | 117 | 64 |
| Binary | 11100101 | 100110 | 10001101 | 0 | 1010011 | 100110 | 1010 | 101001000 | 1001111 | 110100 |
Color Harmonies of #E5268D
Complementary color
Monochromatic Colors of #E5268D
Black with #E5268D
Text Example
Text Example
White with #E5268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5268D; }
p { color: rgb(229,38,141); }
H1.HeaderClassName
{
color: #E5268D;
}
.AnyTagClassName
{
color: #E5268D;
}
</style>
background-color css
<style>
a { background-color: #E5268D; }
a { background-color: rgb(229,38,141); }
div.DivClassName
{
background-color: #E5268D;
}
.BgClassName
{
background-color: #E5268D;
}
</style>
border-color css
<style>
span { border-color: #E5268D; }
span { border-color: rgb(229,38,141); }
td.TdClassName
{
border-color: #E5268D;
}
.TagClassName
{
border-color: #E5268D;
}
</style>