Shades of Cerise #E6345F
Tints of Cerise #E6345F
RGB
CMYK
RGB Variations
Color information
#E6345F (or 0xE6345F) is known color: Cerise. HEX triplet: E6, 34 and 5F. RGB value is (230,52,95). Sum of RGB (Red+Green+Blue) = 230+52+95=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6345F is #19CBA0. Grayscale: #6E6E6E. Windows color (decimal): -1690529 or 6239462. OLE color: 6239462.
HSL color Cylindrical-coordinate representation of color #E6345F: hue angle of 345.51º 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 #E6345F is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 95 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.10 |
| HSL | 345.51º | 0.78% | 0.55% | - |
| HSV(B) | 345.51º | 0.77% | 0.9% | - |
| XYZ | 35.93 | 20.11 | 12.81 | - |
| YUV | 110.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 95 | 0 | 0.77 | 0.59 | 0.10 | 345.51 | 0.78 | 0.55 |
| Hex | E6 | 34 | 5F | 0 | 4D | 3B | A | 15A | 4E | 37 |
| Octal | 346 | 64 | 137 | 0 | 115 | 73 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110100 | 1011111 | 0 | 1001101 | 111011 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6345F
Complementary color
Monochromatic Colors of #E6345F
Black with #E6345F
Text Example
Text Example
White with #E6345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6345F; }
p { color: rgb(230,52,95); }
H1.HeaderClassName
{
color: #E6345F;
}
.AnyTagClassName
{
color: #E6345F;
}
</style>
background-color css
<style>
a { background-color: #E6345F; }
a { background-color: rgb(230,52,95); }
div.DivClassName
{
background-color: #E6345F;
}
.BgClassName
{
background-color: #E6345F;
}
</style>
border-color css
<style>
span { border-color: #E6345F; }
span { border-color: rgb(230,52,95); }
td.TdClassName
{
border-color: #E6345F;
}
.TagClassName
{
border-color: #E6345F;
}
</style>