Shades of Deep Cerise #EA267B
Tints of Deep Cerise #EA267B
RGB
CMYK
RGB Variations
Color information
#EA267B (or 0xEA267B) is known color: Deep Cerise. HEX triplet: EA, 26 and 7B. RGB value is (234,38,123). Sum of RGB (Red+Green+Blue) = 234+38+123=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA267B is #15D984. Grayscale: #6A6A6A. Windows color (decimal): -1431941 or 8070890. OLE color: 8070890.
HSL color Cylindrical-coordinate representation of color #EA267B: hue angle of 333.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA267B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 123 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.08 |
| HSL | 333.98º | 0.82% | 0.53% | - |
| HSV(B) | 333.98º | 0.84% | 0.92% | - |
| XYZ | 38.2 | 20.31 | 20.65 | - |
| YUV | 106.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 123 | 0 | 0.84 | 0.47 | 0.08 | 333.98 | 0.82 | 0.53 |
| Hex | EA | 26 | 7B | 0 | 54 | 2F | 8 | 14E | 52 | 35 |
| Octal | 352 | 46 | 173 | 0 | 124 | 57 | 10 | 516 | 122 | 65 |
| Binary | 11101010 | 100110 | 1111011 | 0 | 1010100 | 101111 | 1000 | 101001110 | 1010010 | 110101 |
Color Harmonies of #EA267B
Complementary color
Monochromatic Colors of #EA267B
Black with #EA267B
Text Example
Text Example
White with #EA267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA267B; }
p { color: rgb(234,38,123); }
H1.HeaderClassName
{
color: #EA267B;
}
.AnyTagClassName
{
color: #EA267B;
}
</style>
background-color css
<style>
a { background-color: #EA267B; }
a { background-color: rgb(234,38,123); }
div.DivClassName
{
background-color: #EA267B;
}
.BgClassName
{
background-color: #EA267B;
}
</style>
border-color css
<style>
span { border-color: #EA267B; }
span { border-color: rgb(234,38,123); }
td.TdClassName
{
border-color: #EA267B;
}
.TagClassName
{
border-color: #EA267B;
}
</style>