Shades of Deep Cerise #EF308A
Tints of Deep Cerise #EF308A
RGB
CMYK
RGB Variations
Color information
#EF308A (or 0xEF308A) is known color: Deep Cerise. HEX triplet: EF, 30 and 8A. RGB value is (239,48,138). Sum of RGB (Red+Green+Blue) = 239+48+138=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF308A is #10CF75. Grayscale: #737373. Windows color (decimal): -1101686 or 9056495. OLE color: 9056495.
HSL color Cylindrical-coordinate representation of color #EF308A: hue angle of 331.73º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF308A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 138 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.06 |
| HSL | 331.73º | 0.86% | 0.56% | - |
| HSV(B) | 331.73º | 0.8% | 0.94% | - |
| XYZ | 41.24 | 22.3 | 26.18 | - |
| YUV | 115.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 138 | 0 | 0.80 | 0.42 | 0.06 | 331.73 | 0.86 | 0.56 |
| Hex | EF | 30 | 8A | 0 | 50 | 2A | 6 | 14C | 56 | 38 |
| Octal | 357 | 60 | 212 | 0 | 120 | 52 | 6 | 514 | 126 | 70 |
| Binary | 11101111 | 110000 | 10001010 | 0 | 1010000 | 101010 | 110 | 101001100 | 1010110 | 111000 |
Color Harmonies of #EF308A
Complementary color
Monochromatic Colors of #EF308A
Black with #EF308A
Text Example
Text Example
White with #EF308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF308A; }
p { color: rgb(239,48,138); }
H1.HeaderClassName
{
color: #EF308A;
}
.AnyTagClassName
{
color: #EF308A;
}
</style>
background-color css
<style>
a { background-color: #EF308A; }
a { background-color: rgb(239,48,138); }
div.DivClassName
{
background-color: #EF308A;
}
.BgClassName
{
background-color: #EF308A;
}
</style>
border-color css
<style>
span { border-color: #EF308A; }
span { border-color: rgb(239,48,138); }
td.TdClassName
{
border-color: #EF308A;
}
.TagClassName
{
border-color: #EF308A;
}
</style>