Shades of Brilliant Rose #EF4EA2
Tints of Brilliant Rose #EF4EA2
RGB
CMYK
RGB Variations
Color information
#EF4EA2 (or 0xEF4EA2) is known color: Brilliant Rose. HEX triplet: EF, 4E and A2. RGB value is (239,78,162). Sum of RGB (Red+Green+Blue) = 239+78+162=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4EA2 is #10B15D. Grayscale: #878787. Windows color (decimal): -1093982 or 10637039. OLE color: 10637039.
HSL color Cylindrical-coordinate representation of color #EF4EA2: hue angle of 328.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4EA2 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 162 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.06 |
| HSL | 328.7º | 0.83% | 0.62% | - |
| HSV(B) | 328.7º | 0.67% | 0.94% | - |
| XYZ | 44.84 | 26.41 | 36.92 | - |
| YUV | 135.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 162 | 0 | 0.67 | 0.32 | 0.06 | 328.7 | 0.83 | 0.62 |
| Hex | EF | 4E | A2 | 0 | 43 | 20 | 6 | 149 | 53 | 3E |
| Octal | 357 | 116 | 242 | 0 | 103 | 40 | 6 | 511 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10100010 | 0 | 1000011 | 100000 | 110 | 101001001 | 1010011 | 111110 |
Color Harmonies of #EF4EA2
Complementary color
Monochromatic Colors of #EF4EA2
Black with #EF4EA2
Text Example
Text Example
White with #EF4EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EA2; }
p { color: rgb(239,78,162); }
H1.HeaderClassName
{
color: #EF4EA2;
}
.AnyTagClassName
{
color: #EF4EA2;
}
</style>
background-color css
<style>
a { background-color: #EF4EA2; }
a { background-color: rgb(239,78,162); }
div.DivClassName
{
background-color: #EF4EA2;
}
.BgClassName
{
background-color: #EF4EA2;
}
</style>
border-color css
<style>
span { border-color: #EF4EA2; }
span { border-color: rgb(239,78,162); }
td.TdClassName
{
border-color: #EF4EA2;
}
.TagClassName
{
border-color: #EF4EA2;
}
</style>