Shades of Razzle Dazzle Rose #EF2FF5
Tints of Razzle Dazzle Rose #EF2FF5
RGB
CMYK
RGB Variations
Color information
#EF2FF5 (or 0xEF2FF5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2F and F5. RGB value is (239,47,245). Sum of RGB (Red+Green+Blue) = 239+47+245=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF2FF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FF5 is #10D00A. Grayscale: #7E7E7E. Windows color (decimal): -1101835 or 16068591. OLE color: 16068591.
HSL color Cylindrical-coordinate representation of color #EF2FF5: hue angle of 298.18º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2FF5 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 47 | 245 | - |
CMYK | 0.02 | 0.81 | 0 | 0.04 |
HSL | 298.18º | 0.91% | 0.57% | - |
HSV(B) | 298.18º | 0.81% | 0.96% | - |
XYZ | 53.09 | 26.98 | 88.79 | - |
YUV | 126.98 | 194.61 | 207.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 47 | 245 | 0.02 | 0.81 | 0 | 0.04 | 298.18 | 0.91 | 0.57 |
Hex | EF | 2F | F5 | 2 | 51 | 0 | 4 | 12A | 5B | 39 |
Octal | 357 | 57 | 365 | 2 | 121 | 0 | 4 | 452 | 133 | 71 |
Binary | 11101111 | 101111 | 11110101 | 10 | 1010001 | 0 | 100 | 100101010 | 1011011 | 111001 |
Color Harmonies of #EF2FF5
Complementary color
Monochromatic Colors of #EF2FF5
Black with #EF2FF5
Text Example
Text Example
White with #EF2FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FF5; }
p { color: rgb(239,47,245); }
H1.HeaderClassName
{
color: #EF2FF5;
}
.AnyTagClassName
{
color: #EF2FF5;
}
</style>
background-color css
<style>
a { background-color: #EF2FF5; }
a { background-color: rgb(239,47,245); }
div.DivClassName
{
background-color: #EF2FF5;
}
.BgClassName
{
background-color: #EF2FF5;
}
</style>
border-color css
<style>
span { border-color: #EF2FF5; }
span { border-color: rgb(239,47,245); }
td.TdClassName
{
border-color: #EF2FF5;
}
.TagClassName
{
border-color: #EF2FF5;
}
</style>