Shades of Brilliant Rose #EF45AF
Tints of Brilliant Rose #EF45AF
RGB
CMYK
RGB Variations
Color information
#EF45AF (or 0xEF45AF) is known color: Brilliant Rose. HEX triplet: EF, 45 and AF. RGB value is (239,69,175). Sum of RGB (Red+Green+Blue) = 239+69+175=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45AF is #10BA50. Grayscale: #838383. Windows color (decimal): -1096273 or 11486703. OLE color: 11486703.
HSL color Cylindrical-coordinate representation of color #EF45AF: hue angle of 322.59º 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 #EF45AF is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 175 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.06 |
| HSL | 322.59º | 0.84% | 0.6% | - |
| HSV(B) | 322.59º | 0.71% | 0.94% | - |
| XYZ | 45.46 | 25.7 | 43.12 | - |
| YUV | 131.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 175 | 0 | 0.71 | 0.27 | 0.06 | 322.59 | 0.84 | 0.6 |
| Hex | EF | 45 | AF | 0 | 47 | 1B | 6 | 143 | 54 | 3C |
| Octal | 357 | 105 | 257 | 0 | 107 | 33 | 6 | 503 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10101111 | 0 | 1000111 | 11011 | 110 | 101000011 | 1010100 | 111100 |
Color Harmonies of #EF45AF
Complementary color
Monochromatic Colors of #EF45AF
Black with #EF45AF
Text Example
Text Example
White with #EF45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45AF; }
p { color: rgb(239,69,175); }
H1.HeaderClassName
{
color: #EF45AF;
}
.AnyTagClassName
{
color: #EF45AF;
}
</style>
background-color css
<style>
a { background-color: #EF45AF; }
a { background-color: rgb(239,69,175); }
div.DivClassName
{
background-color: #EF45AF;
}
.BgClassName
{
background-color: #EF45AF;
}
</style>
border-color css
<style>
span { border-color: #EF45AF; }
span { border-color: rgb(239,69,175); }
td.TdClassName
{
border-color: #EF45AF;
}
.TagClassName
{
border-color: #EF45AF;
}
</style>