Shades of Deep Cerise #E6278A
Tints of Deep Cerise #E6278A
RGB
CMYK
RGB Variations
Color information
#E6278A (or 0xE6278A) is known color: Deep Cerise. HEX triplet: E6, 27 and 8A. RGB value is (230,39,138). Sum of RGB (Red+Green+Blue) = 230+39+138=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6278A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6278A is #19D875. Grayscale: #6B6B6B. Windows color (decimal): -1693814 or 9054182. OLE color: 9054182.
HSL color Cylindrical-coordinate representation of color #E6278A: hue angle of 328.9º 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 #E6278A is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 138 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.10 |
| HSL | 328.9º | 0.79% | 0.53% | - |
| HSV(B) | 328.9º | 0.83% | 0.9% | - |
| XYZ | 37.95 | 20.11 | 25.93 | - |
| YUV | 107.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 138 | 0 | 0.83 | 0.4 | 0.10 | 328.9 | 0.79 | 0.53 |
| Hex | E6 | 27 | 8A | 0 | 53 | 28 | A | 149 | 4F | 35 |
| Octal | 346 | 47 | 212 | 0 | 123 | 50 | 12 | 511 | 117 | 65 |
| Binary | 11100110 | 100111 | 10001010 | 0 | 1010011 | 101000 | 1010 | 101001001 | 1001111 | 110101 |
Color Harmonies of #E6278A
Complementary color
Monochromatic Colors of #E6278A
Black with #E6278A
Text Example
Text Example
White with #E6278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6278A; }
p { color: rgb(230,39,138); }
H1.HeaderClassName
{
color: #E6278A;
}
.AnyTagClassName
{
color: #E6278A;
}
</style>
background-color css
<style>
a { background-color: #E6278A; }
a { background-color: rgb(230,39,138); }
div.DivClassName
{
background-color: #E6278A;
}
.BgClassName
{
background-color: #E6278A;
}
</style>
border-color css
<style>
span { border-color: #E6278A; }
span { border-color: rgb(230,39,138); }
td.TdClassName
{
border-color: #E6278A;
}
.TagClassName
{
border-color: #E6278A;
}
</style>