Shades of Deep Cerise #E6288B
Tints of Deep Cerise #E6288B
RGB
CMYK
RGB Variations
Color information
#E6288B (or 0xE6288B) is known color: Deep Cerise. HEX triplet: E6, 28 and 8B. RGB value is (230,40,139). Sum of RGB (Red+Green+Blue) = 230+40+139=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6288B is #19D774. Grayscale: #6B6B6B. Windows color (decimal): -1693557 or 9119974. OLE color: 9119974.
HSL color Cylindrical-coordinate representation of color #E6288B: hue angle of 328.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6288B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 139 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.10 |
| HSL | 328.74º | 0.79% | 0.53% | - |
| HSV(B) | 328.74º | 0.83% | 0.9% | - |
| XYZ | 38.05 | 20.2 | 26.32 | - |
| YUV | 108.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 139 | 0 | 0.83 | 0.40 | 0.10 | 328.74 | 0.79 | 0.53 |
| Hex | E6 | 28 | 8B | 0 | 53 | 28 | A | 149 | 4F | 35 |
| Octal | 346 | 50 | 213 | 0 | 123 | 50 | 12 | 511 | 117 | 65 |
| Binary | 11100110 | 101000 | 10001011 | 0 | 1010011 | 101000 | 1010 | 101001001 | 1001111 | 110101 |
Color Harmonies of #E6288B
Complementary color
Monochromatic Colors of #E6288B
Black with #E6288B
Text Example
Text Example
White with #E6288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6288B; }
p { color: rgb(230,40,139); }
H1.HeaderClassName
{
color: #E6288B;
}
.AnyTagClassName
{
color: #E6288B;
}
</style>
background-color css
<style>
a { background-color: #E6288B; }
a { background-color: rgb(230,40,139); }
div.DivClassName
{
background-color: #E6288B;
}
.BgClassName
{
background-color: #E6288B;
}
</style>
border-color css
<style>
span { border-color: #E6288B; }
span { border-color: rgb(230,40,139); }
td.TdClassName
{
border-color: #E6288B;
}
.TagClassName
{
border-color: #E6288B;
}
</style>