Shades of Cerise #EA406B
Tints of Cerise #EA406B
RGB
CMYK
RGB Variations
Color information
#EA406B (or 0xEA406B) is known color: Cerise. HEX triplet: EA, 40 and 6B. RGB value is (234,64,107). Sum of RGB (Red+Green+Blue) = 234+64+107=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA406B is #15BF94. Grayscale: #777777. Windows color (decimal): -1425301 or 7028970. OLE color: 7028970.
HSL color Cylindrical-coordinate representation of color #EA406B: hue angle of 344.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA406B is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 107 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.08 |
| HSL | 344.82º | 0.8% | 0.58% | - |
| HSV(B) | 344.82º | 0.73% | 0.92% | - |
| XYZ | 38.42 | 22.22 | 16.17 | - |
| YUV | 119.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 107 | 0 | 0.73 | 0.54 | 0.08 | 344.82 | 0.8 | 0.58 |
| Hex | EA | 40 | 6B | 0 | 49 | 36 | 8 | 159 | 50 | 3A |
| Octal | 352 | 100 | 153 | 0 | 111 | 66 | 10 | 531 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1101011 | 0 | 1001001 | 110110 | 1000 | 101011001 | 1010000 | 111010 |
Color Harmonies of #EA406B
Complementary color
Monochromatic Colors of #EA406B
Black with #EA406B
Text Example
Text Example
White with #EA406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA406B; }
p { color: rgb(234,64,107); }
H1.HeaderClassName
{
color: #EA406B;
}
.AnyTagClassName
{
color: #EA406B;
}
</style>
background-color css
<style>
a { background-color: #EA406B; }
a { background-color: rgb(234,64,107); }
div.DivClassName
{
background-color: #EA406B;
}
.BgClassName
{
background-color: #EA406B;
}
</style>
border-color css
<style>
span { border-color: #EA406B; }
span { border-color: rgb(234,64,107); }
td.TdClassName
{
border-color: #EA406B;
}
.TagClassName
{
border-color: #EA406B;
}
</style>