Shades of Brilliant Rose #EF45A1
Tints of Brilliant Rose #EF45A1
RGB
CMYK
RGB Variations
Color information
#EF45A1 (or 0xEF45A1) is known color: Brilliant Rose. HEX triplet: EF, 45 and A1. RGB value is (239,69,161). Sum of RGB (Red+Green+Blue) = 239+69+161=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45A1 is #10BA5E. Grayscale: #828282. Windows color (decimal): -1096287 or 10569199. OLE color: 10569199.
HSL color Cylindrical-coordinate representation of color #EF45A1: hue angle of 327.53º 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 #EF45A1 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 161 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.06 |
| HSL | 327.53º | 0.84% | 0.6% | - |
| HSV(B) | 327.53º | 0.71% | 0.94% | - |
| XYZ | 44.16 | 25.18 | 36.25 | - |
| YUV | 130.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 161 | 0 | 0.71 | 0.33 | 0.06 | 327.53 | 0.84 | 0.6 |
| Hex | EF | 45 | A1 | 0 | 47 | 21 | 6 | 148 | 54 | 3C |
| Octal | 357 | 105 | 241 | 0 | 107 | 41 | 6 | 510 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10100001 | 0 | 1000111 | 100001 | 110 | 101001000 | 1010100 | 111100 |
Color Harmonies of #EF45A1
Complementary color
Monochromatic Colors of #EF45A1
Black with #EF45A1
Text Example
Text Example
White with #EF45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45A1; }
p { color: rgb(239,69,161); }
H1.HeaderClassName
{
color: #EF45A1;
}
.AnyTagClassName
{
color: #EF45A1;
}
</style>
background-color css
<style>
a { background-color: #EF45A1; }
a { background-color: rgb(239,69,161); }
div.DivClassName
{
background-color: #EF45A1;
}
.BgClassName
{
background-color: #EF45A1;
}
</style>
border-color css
<style>
span { border-color: #EF45A1; }
span { border-color: rgb(239,69,161); }
td.TdClassName
{
border-color: #EF45A1;
}
.TagClassName
{
border-color: #EF45A1;
}
</style>