Shades of Brilliant Rose #EF45AD
Tints of Brilliant Rose #EF45AD
RGB
CMYK
RGB Variations
Color information
#EF45AD (or 0xEF45AD) is known color: Brilliant Rose. HEX triplet: EF, 45 and AD. RGB value is (239,69,173). Sum of RGB (Red+Green+Blue) = 239+69+173=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45AD is #10BA52. Grayscale: #838383. Windows color (decimal): -1096275 or 11355631. OLE color: 11355631.
HSL color Cylindrical-coordinate representation of color #EF45AD: hue angle of 323.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF45AD is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 173 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.06 |
| HSL | 323.29º | 0.84% | 0.6% | - |
| HSV(B) | 323.29º | 0.71% | 0.94% | - |
| XYZ | 45.27 | 25.62 | 42.1 | - |
| YUV | 131.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 173 | 0 | 0.71 | 0.28 | 0.06 | 323.29 | 0.84 | 0.6 |
| Hex | EF | 45 | AD | 0 | 47 | 1C | 6 | 143 | 54 | 3C |
| Octal | 357 | 105 | 255 | 0 | 107 | 34 | 6 | 503 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10101101 | 0 | 1000111 | 11100 | 110 | 101000011 | 1010100 | 111100 |
Color Harmonies of #EF45AD
Complementary color
Monochromatic Colors of #EF45AD
Black with #EF45AD
Text Example
Text Example
White with #EF45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45AD; }
p { color: rgb(239,69,173); }
H1.HeaderClassName
{
color: #EF45AD;
}
.AnyTagClassName
{
color: #EF45AD;
}
</style>
background-color css
<style>
a { background-color: #EF45AD; }
a { background-color: rgb(239,69,173); }
div.DivClassName
{
background-color: #EF45AD;
}
.BgClassName
{
background-color: #EF45AD;
}
</style>
border-color css
<style>
span { border-color: #EF45AD; }
span { border-color: rgb(239,69,173); }
td.TdClassName
{
border-color: #EF45AD;
}
.TagClassName
{
border-color: #EF45AD;
}
</style>