Shades of Razzle Dazzle Rose #EF2FF2
Tints of Razzle Dazzle Rose #EF2FF2
RGB
CMYK
RGB Variations
Color information
#EF2FF2 (or 0xEF2FF2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2F and F2. RGB value is (239,47,242). Sum of RGB (Red+Green+Blue) = 239+47+242=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF2FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FF2 is #10D00D. Grayscale: #7E7E7E. Windows color (decimal): -1101838 or 15871983. OLE color: 15871983.
HSL color Cylindrical-coordinate representation of color #EF2FF2: hue angle of 299.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2FF2 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 47 | 242 | - |
CMYK | 0.01 | 0.81 | 0 | 0.05 |
HSL | 299.08º | 0.88% | 0.57% | - |
HSV(B) | 299.08º | 0.81% | 0.95% | - |
XYZ | 52.64 | 26.79 | 86.4 | - |
YUV | 126.64 | 193.11 | 208.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 47 | 242 | 0.01 | 0.81 | 0 | 0.05 | 299.08 | 0.88 | 0.57 |
Hex | EF | 2F | F2 | 1 | 51 | 0 | 5 | 12B | 58 | 39 |
Octal | 357 | 57 | 362 | 1 | 121 | 0 | 5 | 453 | 130 | 71 |
Binary | 11101111 | 101111 | 11110010 | 1 | 1010001 | 0 | 101 | 100101011 | 1011000 | 111001 |
Color Harmonies of #EF2FF2
Complementary color
Monochromatic Colors of #EF2FF2
Black with #EF2FF2
Text Example
Text Example
White with #EF2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FF2; }
p { color: rgb(239,47,242); }
H1.HeaderClassName
{
color: #EF2FF2;
}
.AnyTagClassName
{
color: #EF2FF2;
}
</style>
background-color css
<style>
a { background-color: #EF2FF2; }
a { background-color: rgb(239,47,242); }
div.DivClassName
{
background-color: #EF2FF2;
}
.BgClassName
{
background-color: #EF2FF2;
}
</style>
border-color css
<style>
span { border-color: #EF2FF2; }
span { border-color: rgb(239,47,242); }
td.TdClassName
{
border-color: #EF2FF2;
}
.TagClassName
{
border-color: #EF2FF2;
}
</style>