Shades of Cerise #E6375F
Tints of Cerise #E6375F
RGB
CMYK
RGB Variations
Color information
#E6375F (or 0xE6375F) is known color: Cerise. HEX triplet: E6, 37 and 5F. RGB value is (230,55,95). Sum of RGB (Red+Green+Blue) = 230+55+95=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E6375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6375F is #19C8A0. Grayscale: #6F6F6F. Windows color (decimal): -1689761 or 6240230. OLE color: 6240230.
HSL color Cylindrical-coordinate representation of color #E6375F: hue angle of 346.29º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6375F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 95 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.10 |
| HSL | 346.29º | 0.78% | 0.56% | - |
| HSV(B) | 346.29º | 0.76% | 0.9% | - |
| XYZ | 36.06 | 20.38 | 12.86 | - |
| YUV | 111.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 95 | 0 | 0.76 | 0.59 | 0.10 | 346.29 | 0.78 | 0.56 |
| Hex | E6 | 37 | 5F | 0 | 4C | 3B | A | 15A | 4E | 38 |
| Octal | 346 | 67 | 137 | 0 | 114 | 73 | 12 | 532 | 116 | 70 |
| Binary | 11100110 | 110111 | 1011111 | 0 | 1001100 | 111011 | 1010 | 101011010 | 1001110 | 111000 |
Color Harmonies of #E6375F
Complementary color
Monochromatic Colors of #E6375F
Black with #E6375F
Text Example
Text Example
White with #E6375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6375F; }
p { color: rgb(230,55,95); }
H1.HeaderClassName
{
color: #E6375F;
}
.AnyTagClassName
{
color: #E6375F;
}
</style>
background-color css
<style>
a { background-color: #E6375F; }
a { background-color: rgb(230,55,95); }
div.DivClassName
{
background-color: #E6375F;
}
.BgClassName
{
background-color: #E6375F;
}
</style>
border-color css
<style>
span { border-color: #E6375F; }
span { border-color: rgb(230,55,95); }
td.TdClassName
{
border-color: #E6375F;
}
.TagClassName
{
border-color: #E6375F;
}
</style>