Shades of Brilliant Rose #EF44B3
Tints of Brilliant Rose #EF44B3
RGB
CMYK
RGB Variations
Color information
#EF44B3 (or 0xEF44B3) is known color: Brilliant Rose. HEX triplet: EF, 44 and B3. RGB value is (239,68,179). Sum of RGB (Red+Green+Blue) = 239+68+179=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF44B3 is #10BB4C. Grayscale: #838383. Windows color (decimal): -1096525 or 11748591. OLE color: 11748591.
HSL color Cylindrical-coordinate representation of color #EF44B3: hue angle of 321.05º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF44B3 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 179 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.06 |
| HSL | 321.05º | 0.84% | 0.6% | - |
| HSV(B) | 321.05º | 0.72% | 0.94% | - |
| XYZ | 45.8 | 25.74 | 45.2 | - |
| YUV | 131.78 | 154.65 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 179 | 0 | 0.72 | 0.25 | 0.06 | 321.05 | 0.84 | 0.6 |
| Hex | EF | 44 | B3 | 0 | 48 | 19 | 6 | 141 | 54 | 3C |
| Octal | 357 | 104 | 263 | 0 | 110 | 31 | 6 | 501 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10110011 | 0 | 1001000 | 11001 | 110 | 101000001 | 1010100 | 111100 |
Color Harmonies of #EF44B3
Complementary color
Monochromatic Colors of #EF44B3
Black with #EF44B3
Text Example
Text Example
White with #EF44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44B3; }
p { color: rgb(239,68,179); }
H1.HeaderClassName
{
color: #EF44B3;
}
.AnyTagClassName
{
color: #EF44B3;
}
</style>
background-color css
<style>
a { background-color: #EF44B3; }
a { background-color: rgb(239,68,179); }
div.DivClassName
{
background-color: #EF44B3;
}
.BgClassName
{
background-color: #EF44B3;
}
</style>
border-color css
<style>
span { border-color: #EF44B3; }
span { border-color: rgb(239,68,179); }
td.TdClassName
{
border-color: #EF44B3;
}
.TagClassName
{
border-color: #EF44B3;
}
</style>