Shades of Deep Cerise #E61B8A
Tints of Deep Cerise #E61B8A
RGB
CMYK
RGB Variations
Color information
#E61B8A (or 0xE61B8A) is known color: Deep Cerise. HEX triplet: E6, 1B and 8A. RGB value is (230,27,138). Sum of RGB (Red+Green+Blue) = 230+27+138=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61B8A is #19E475. Grayscale: #646464. Windows color (decimal): -1696886 or 9051110. OLE color: 9051110.
HSL color Cylindrical-coordinate representation of color #E61B8A: hue angle of 327.19º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B8A is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 138 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.10 |
| HSL | 327.19º | 0.8% | 0.5% | - |
| HSV(B) | 327.19º | 0.88% | 0.9% | - |
| XYZ | 37.61 | 19.44 | 25.82 | - |
| YUV | 100.35 | 149.25 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 138 | 0 | 0.88 | 0.4 | 0.10 | 327.19 | 0.8 | 0.5 |
| Hex | E6 | 1B | 8A | 0 | 58 | 28 | A | 147 | 50 | 32 |
| Octal | 346 | 33 | 212 | 0 | 130 | 50 | 12 | 507 | 120 | 62 |
| Binary | 11100110 | 11011 | 10001010 | 0 | 1011000 | 101000 | 1010 | 101000111 | 1010000 | 110010 |
Color Harmonies of #E61B8A
Complementary color
Monochromatic Colors of #E61B8A
Black with #E61B8A
Text Example
Text Example
White with #E61B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B8A; }
p { color: rgb(230,27,138); }
H1.HeaderClassName
{
color: #E61B8A;
}
.AnyTagClassName
{
color: #E61B8A;
}
</style>
background-color css
<style>
a { background-color: #E61B8A; }
a { background-color: rgb(230,27,138); }
div.DivClassName
{
background-color: #E61B8A;
}
.BgClassName
{
background-color: #E61B8A;
}
</style>
border-color css
<style>
span { border-color: #E61B8A; }
span { border-color: rgb(230,27,138); }
td.TdClassName
{
border-color: #E61B8A;
}
.TagClassName
{
border-color: #E61B8A;
}
</style>