Shades of Cerise #E6305F
Tints of Cerise #E6305F
RGB
CMYK
RGB Variations
Color information
#E6305F (or 0xE6305F) is known color: Cerise. HEX triplet: E6, 30 and 5F. RGB value is (230,48,95). Sum of RGB (Red+Green+Blue) = 230+48+95=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6305F is #19CFA0. Grayscale: #6B6B6B. Windows color (decimal): -1691553 or 6238438. OLE color: 6238438.
HSL color Cylindrical-coordinate representation of color #E6305F: hue angle of 344.51º 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 #E6305F is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 95 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.10 |
| HSL | 344.51º | 0.78% | 0.55% | - |
| HSV(B) | 344.51º | 0.79% | 0.9% | - |
| XYZ | 35.76 | 19.76 | 12.76 | - |
| YUV | 107.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 95 | 0 | 0.79 | 0.59 | 0.10 | 344.51 | 0.78 | 0.55 |
| Hex | E6 | 30 | 5F | 0 | 4F | 3B | A | 159 | 4E | 37 |
| Octal | 346 | 60 | 137 | 0 | 117 | 73 | 12 | 531 | 116 | 67 |
| Binary | 11100110 | 110000 | 1011111 | 0 | 1001111 | 111011 | 1010 | 101011001 | 1001110 | 110111 |
Color Harmonies of #E6305F
Complementary color
Monochromatic Colors of #E6305F
Black with #E6305F
Text Example
Text Example
White with #E6305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6305F; }
p { color: rgb(230,48,95); }
H1.HeaderClassName
{
color: #E6305F;
}
.AnyTagClassName
{
color: #E6305F;
}
</style>
background-color css
<style>
a { background-color: #E6305F; }
a { background-color: rgb(230,48,95); }
div.DivClassName
{
background-color: #E6305F;
}
.BgClassName
{
background-color: #E6305F;
}
</style>
border-color css
<style>
span { border-color: #E6305F; }
span { border-color: rgb(230,48,95); }
td.TdClassName
{
border-color: #E6305F;
}
.TagClassName
{
border-color: #E6305F;
}
</style>