Shades of Cerise #EA306A
Tints of Cerise #EA306A
RGB
CMYK
RGB Variations
Color information
#EA306A (or 0xEA306A) is known color: Cerise. HEX triplet: EA, 30 and 6A. RGB value is (234,48,106). Sum of RGB (Red+Green+Blue) = 234+48+106=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA306A is #15CF95. Grayscale: #6E6E6E. Windows color (decimal): -1429398 or 6959338. OLE color: 6959338.
HSL color Cylindrical-coordinate representation of color #EA306A: hue angle of 341.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA306A is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 106 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.08 |
| HSL | 341.29º | 0.82% | 0.55% | - |
| HSV(B) | 341.29º | 0.79% | 0.92% | - |
| XYZ | 37.59 | 20.65 | 15.64 | - |
| YUV | 110.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 106 | 0 | 0.79 | 0.55 | 0.08 | 341.29 | 0.82 | 0.55 |
| Hex | EA | 30 | 6A | 0 | 4F | 37 | 8 | 155 | 52 | 37 |
| Octal | 352 | 60 | 152 | 0 | 117 | 67 | 10 | 525 | 122 | 67 |
| Binary | 11101010 | 110000 | 1101010 | 0 | 1001111 | 110111 | 1000 | 101010101 | 1010010 | 110111 |
Color Harmonies of #EA306A
Complementary color
Monochromatic Colors of #EA306A
Black with #EA306A
Text Example
Text Example
White with #EA306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA306A; }
p { color: rgb(234,48,106); }
H1.HeaderClassName
{
color: #EA306A;
}
.AnyTagClassName
{
color: #EA306A;
}
</style>
background-color css
<style>
a { background-color: #EA306A; }
a { background-color: rgb(234,48,106); }
div.DivClassName
{
background-color: #EA306A;
}
.BgClassName
{
background-color: #EA306A;
}
</style>
border-color css
<style>
span { border-color: #EA306A; }
span { border-color: rgb(234,48,106); }
td.TdClassName
{
border-color: #EA306A;
}
.TagClassName
{
border-color: #EA306A;
}
</style>