Shades of Deep Cerise #EA337B
Tints of Deep Cerise #EA337B
RGB
CMYK
RGB Variations
Color information
#EA337B (or 0xEA337B) is known color: Deep Cerise. HEX triplet: EA, 33 and 7B. RGB value is (234,51,123). Sum of RGB (Red+Green+Blue) = 234+51+123=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA337B is #15CC84. Grayscale: #717171. Windows color (decimal): -1428613 or 8074218. OLE color: 8074218.
HSL color Cylindrical-coordinate representation of color #EA337B: hue angle of 336.39º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA337B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 123 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.08 |
| HSL | 336.39º | 0.81% | 0.56% | - |
| HSV(B) | 336.39º | 0.78% | 0.92% | - |
| XYZ | 38.69 | 21.29 | 20.81 | - |
| YUV | 113.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 123 | 0 | 0.78 | 0.47 | 0.08 | 336.39 | 0.81 | 0.56 |
| Hex | EA | 33 | 7B | 0 | 4E | 2F | 8 | 150 | 51 | 38 |
| Octal | 352 | 63 | 173 | 0 | 116 | 57 | 10 | 520 | 121 | 70 |
| Binary | 11101010 | 110011 | 1111011 | 0 | 1001110 | 101111 | 1000 | 101010000 | 1010001 | 111000 |
Color Harmonies of #EA337B
Complementary color
Monochromatic Colors of #EA337B
Black with #EA337B
Text Example
Text Example
White with #EA337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA337B; }
p { color: rgb(234,51,123); }
H1.HeaderClassName
{
color: #EA337B;
}
.AnyTagClassName
{
color: #EA337B;
}
</style>
background-color css
<style>
a { background-color: #EA337B; }
a { background-color: rgb(234,51,123); }
div.DivClassName
{
background-color: #EA337B;
}
.BgClassName
{
background-color: #EA337B;
}
</style>
border-color css
<style>
span { border-color: #EA337B; }
span { border-color: rgb(234,51,123); }
td.TdClassName
{
border-color: #EA337B;
}
.TagClassName
{
border-color: #EA337B;
}
</style>