Shades of Cerise #E6325B
Tints of Cerise #E6325B
RGB
CMYK
RGB Variations
Color information
#E6325B (or 0xE6325B) is known color: Cerise. HEX triplet: E6, 32 and 5B. RGB value is (230,50,91). Sum of RGB (Red+Green+Blue) = 230+50+91=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6325B is #19CDA4. Grayscale: #6C6C6C. Windows color (decimal): -1691045 or 5976806. OLE color: 5976806.
HSL color Cylindrical-coordinate representation of color #E6325B: hue angle of 346.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6325B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 91 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.10 |
| HSL | 346.33º | 0.78% | 0.55% | - |
| HSV(B) | 346.33º | 0.78% | 0.9% | - |
| XYZ | 35.66 | 19.86 | 11.85 | - |
| YUV | 108.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 91 | 0 | 0.78 | 0.60 | 0.10 | 346.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 5B | 0 | 4E | 3C | A | 15A | 4E | 37 |
| Octal | 346 | 62 | 133 | 0 | 116 | 74 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110010 | 1011011 | 0 | 1001110 | 111100 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6325B
Complementary color
Monochromatic Colors of #E6325B
Black with #E6325B
Text Example
Text Example
White with #E6325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6325B; }
p { color: rgb(230,50,91); }
H1.HeaderClassName
{
color: #E6325B;
}
.AnyTagClassName
{
color: #E6325B;
}
</style>
background-color css
<style>
a { background-color: #E6325B; }
a { background-color: rgb(230,50,91); }
div.DivClassName
{
background-color: #E6325B;
}
.BgClassName
{
background-color: #E6325B;
}
</style>
border-color css
<style>
span { border-color: #E6325B; }
span { border-color: rgb(230,50,91); }
td.TdClassName
{
border-color: #E6325B;
}
.TagClassName
{
border-color: #E6325B;
}
</style>