Shades of Cerise #E6305E
Tints of Cerise #E6305E
RGB
CMYK
RGB Variations
Color information
#E6305E (or 0xE6305E) is known color: Cerise. HEX triplet: E6, 30 and 5E. RGB value is (230,48,94). Sum of RGB (Red+Green+Blue) = 230+48+94=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6305E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6305E is #19CFA1. Grayscale: #6B6B6B. Windows color (decimal): -1691554 or 6172902. OLE color: 6172902.
HSL color Cylindrical-coordinate representation of color #E6305E: hue angle of 344.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6305E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 94 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.10 |
| HSL | 344.84º | 0.78% | 0.55% | - |
| HSV(B) | 344.84º | 0.79% | 0.9% | - |
| XYZ | 35.71 | 19.75 | 12.52 | - |
| YUV | 107.66 | 120.3 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 94 | 0 | 0.79 | 0.59 | 0.10 | 344.84 | 0.78 | 0.55 |
| Hex | E6 | 30 | 5E | 0 | 4F | 3B | A | 159 | 4E | 37 |
| Octal | 346 | 60 | 136 | 0 | 117 | 73 | 12 | 531 | 116 | 67 |
| Binary | 11100110 | 110000 | 1011110 | 0 | 1001111 | 111011 | 1010 | 101011001 | 1001110 | 110111 |
Color Harmonies of #E6305E
Complementary color
Monochromatic Colors of #E6305E
Black with #E6305E
Text Example
Text Example
White with #E6305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6305E; }
p { color: rgb(230,48,94); }
H1.HeaderClassName
{
color: #E6305E;
}
.AnyTagClassName
{
color: #E6305E;
}
</style>
background-color css
<style>
a { background-color: #E6305E; }
a { background-color: rgb(230,48,94); }
div.DivClassName
{
background-color: #E6305E;
}
.BgClassName
{
background-color: #E6305E;
}
</style>
border-color css
<style>
span { border-color: #E6305E; }
span { border-color: rgb(230,48,94); }
td.TdClassName
{
border-color: #E6305E;
}
.TagClassName
{
border-color: #E6305E;
}
</style>