Shades of Brilliant Rose #EF4AAE
Tints of Brilliant Rose #EF4AAE
RGB
CMYK
RGB Variations
Color information
#EF4AAE (or 0xEF4AAE) is known color: Brilliant Rose. HEX triplet: EF, 4A and AE. RGB value is (239,74,174). Sum of RGB (Red+Green+Blue) = 239+74+174=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AAE is #10B551. Grayscale: #868686. Windows color (decimal): -1094994 or 11422447. OLE color: 11422447.
HSL color Cylindrical-coordinate representation of color #EF4AAE: hue angle of 323.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AAE is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 174 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.06 |
| HSL | 323.64º | 0.84% | 0.61% | - |
| HSV(B) | 323.64º | 0.69% | 0.94% | - |
| XYZ | 45.69 | 26.3 | 42.71 | - |
| YUV | 134.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 174 | 0 | 0.69 | 0.27 | 0.06 | 323.64 | 0.84 | 0.61 |
| Hex | EF | 4A | AE | 0 | 45 | 1B | 6 | 144 | 54 | 3D |
| Octal | 357 | 112 | 256 | 0 | 105 | 33 | 6 | 504 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10101110 | 0 | 1000101 | 11011 | 110 | 101000100 | 1010100 | 111101 |
Color Harmonies of #EF4AAE
Complementary color
Monochromatic Colors of #EF4AAE
Black with #EF4AAE
Text Example
Text Example
White with #EF4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AAE; }
p { color: rgb(239,74,174); }
H1.HeaderClassName
{
color: #EF4AAE;
}
.AnyTagClassName
{
color: #EF4AAE;
}
</style>
background-color css
<style>
a { background-color: #EF4AAE; }
a { background-color: rgb(239,74,174); }
div.DivClassName
{
background-color: #EF4AAE;
}
.BgClassName
{
background-color: #EF4AAE;
}
</style>
border-color css
<style>
span { border-color: #EF4AAE; }
span { border-color: rgb(239,74,174); }
td.TdClassName
{
border-color: #EF4AAE;
}
.TagClassName
{
border-color: #EF4AAE;
}
</style>