Shades of Deep Cerise #EA307B
Tints of Deep Cerise #EA307B
RGB
CMYK
RGB Variations
Color information
#EA307B (or 0xEA307B) is known color: Deep Cerise. HEX triplet: EA, 30 and 7B. RGB value is (234,48,123). Sum of RGB (Red+Green+Blue) = 234+48+123=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA307B is #15CF84. Grayscale: #707070. Windows color (decimal): -1429381 or 8073450. OLE color: 8073450.
HSL color Cylindrical-coordinate representation of color #EA307B: hue angle of 335.81º 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 #EA307B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 123 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.08 |
| HSL | 335.81º | 0.82% | 0.55% | - |
| HSV(B) | 335.81º | 0.79% | 0.92% | - |
| XYZ | 38.56 | 21.04 | 20.77 | - |
| YUV | 112.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 123 | 0 | 0.79 | 0.47 | 0.08 | 335.81 | 0.82 | 0.55 |
| Hex | EA | 30 | 7B | 0 | 4F | 2F | 8 | 150 | 52 | 37 |
| Octal | 352 | 60 | 173 | 0 | 117 | 57 | 10 | 520 | 122 | 67 |
| Binary | 11101010 | 110000 | 1111011 | 0 | 1001111 | 101111 | 1000 | 101010000 | 1010010 | 110111 |
Color Harmonies of #EA307B
Complementary color
Monochromatic Colors of #EA307B
Black with #EA307B
Text Example
Text Example
White with #EA307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA307B; }
p { color: rgb(234,48,123); }
H1.HeaderClassName
{
color: #EA307B;
}
.AnyTagClassName
{
color: #EA307B;
}
</style>
background-color css
<style>
a { background-color: #EA307B; }
a { background-color: rgb(234,48,123); }
div.DivClassName
{
background-color: #EA307B;
}
.BgClassName
{
background-color: #EA307B;
}
</style>
border-color css
<style>
span { border-color: #EA307B; }
span { border-color: rgb(234,48,123); }
td.TdClassName
{
border-color: #EA307B;
}
.TagClassName
{
border-color: #EA307B;
}
</style>