Shades of Razzle Dazzle Rose #EF1BE1
Tints of Razzle Dazzle Rose #EF1BE1
RGB
CMYK
RGB Variations
Color information
#EF1BE1 (or 0xEF1BE1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1B and E1. RGB value is (239,27,225). Sum of RGB (Red+Green+Blue) = 239+27+225=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BE1 is #10E41E. Grayscale: #707070. Windows color (decimal): -1106975 or 14752751. OLE color: 14752751.
HSL color Cylindrical-coordinate representation of color #EF1BE1: hue angle of 303.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BE1 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 225 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.06 |
| HSL | 303.96º | 0.87% | 0.52% | - |
| HSV(B) | 303.96º | 0.89% | 0.94% | - |
| XYZ | 49.58 | 24.57 | 73.36 | - |
| YUV | 112.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 225 | 0 | 0.89 | 0.06 | 0.06 | 303.96 | 0.87 | 0.52 |
| Hex | EF | 1B | E1 | 0 | 59 | 6 | 6 | 130 | 57 | 34 |
| Octal | 357 | 33 | 341 | 0 | 131 | 6 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11011 | 11100001 | 0 | 1011001 | 110 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF1BE1
Complementary color
Monochromatic Colors of #EF1BE1
Black with #EF1BE1
Text Example
Text Example
White with #EF1BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BE1; }
p { color: rgb(239,27,225); }
H1.HeaderClassName
{
color: #EF1BE1;
}
.AnyTagClassName
{
color: #EF1BE1;
}
</style>
background-color css
<style>
a { background-color: #EF1BE1; }
a { background-color: rgb(239,27,225); }
div.DivClassName
{
background-color: #EF1BE1;
}
.BgClassName
{
background-color: #EF1BE1;
}
</style>
border-color css
<style>
span { border-color: #EF1BE1; }
span { border-color: rgb(239,27,225); }
td.TdClassName
{
border-color: #EF1BE1;
}
.TagClassName
{
border-color: #EF1BE1;
}
</style>