Shades of Deep Cerise #E6358F
Tints of Deep Cerise #E6358F
RGB
CMYK
RGB Variations
Color information
#E6358F (or 0xE6358F) is known color: Deep Cerise. HEX triplet: E6, 35 and 8F. RGB value is (230,53,143). Sum of RGB (Red+Green+Blue) = 230+53+143=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6358F is #19CA70. Grayscale: #747474. Windows color (decimal): -1690225 or 9385446. OLE color: 9385446.
HSL color Cylindrical-coordinate representation of color #E6358F: hue angle of 329.49º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6358F is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 143 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.10 |
| HSL | 329.49º | 0.78% | 0.55% | - |
| HSV(B) | 329.49º | 0.77% | 0.9% | - |
| XYZ | 38.86 | 21.35 | 28.06 | - |
| YUV | 116.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 143 | 0 | 0.77 | 0.38 | 0.10 | 329.49 | 0.78 | 0.55 |
| Hex | E6 | 35 | 8F | 0 | 4D | 26 | A | 149 | 4E | 37 |
| Octal | 346 | 65 | 217 | 0 | 115 | 46 | 12 | 511 | 116 | 67 |
| Binary | 11100110 | 110101 | 10001111 | 0 | 1001101 | 100110 | 1010 | 101001001 | 1001110 | 110111 |
Color Harmonies of #E6358F
Complementary color
Monochromatic Colors of #E6358F
Black with #E6358F
Text Example
Text Example
White with #E6358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6358F; }
p { color: rgb(230,53,143); }
H1.HeaderClassName
{
color: #E6358F;
}
.AnyTagClassName
{
color: #E6358F;
}
</style>
background-color css
<style>
a { background-color: #E6358F; }
a { background-color: rgb(230,53,143); }
div.DivClassName
{
background-color: #E6358F;
}
.BgClassName
{
background-color: #E6358F;
}
</style>
border-color css
<style>
span { border-color: #E6358F; }
span { border-color: rgb(230,53,143); }
td.TdClassName
{
border-color: #E6358F;
}
.TagClassName
{
border-color: #E6358F;
}
</style>