Shades of Razzle Dazzle Rose #ED2EF1
Tints of Razzle Dazzle Rose #ED2EF1
RGB
CMYK
RGB Variations
Color information
#ED2EF1 (or 0xED2EF1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and F1. RGB value is (237,46,241). Sum of RGB (Red+Green+Blue) = 237+46+241=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EF1 is #12D10E. Grayscale: #7C7C7C. Windows color (decimal): -1233167 or 15806189. OLE color: 15806189.
HSL color Cylindrical-coordinate representation of color #ED2EF1: hue angle of 298.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2EF1 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 46 | 241 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.05 |
| HSL | 298.77º | 0.87% | 0.56% | - |
| HSV(B) | 298.77º | 0.81% | 0.95% | - |
| XYZ | 51.78 | 26.31 | 85.57 | - |
| YUV | 125.34 | 193.28 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 241 | 0.02 | 0.81 | 0 | 0.05 | 298.77 | 0.87 | 0.56 |
| Hex | ED | 2E | F1 | 2 | 51 | 0 | 5 | 12B | 57 | 38 |
| Octal | 355 | 56 | 361 | 2 | 121 | 0 | 5 | 453 | 127 | 70 |
| Binary | 11101101 | 101110 | 11110001 | 10 | 1010001 | 0 | 101 | 100101011 | 1010111 | 111000 |
Color Harmonies of #ED2EF1
Complementary color
Monochromatic Colors of #ED2EF1
Black with #ED2EF1
Text Example
Text Example
White with #ED2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EF1; }
p { color: rgb(237,46,241); }
H1.HeaderClassName
{
color: #ED2EF1;
}
.AnyTagClassName
{
color: #ED2EF1;
}
</style>
background-color css
<style>
a { background-color: #ED2EF1; }
a { background-color: rgb(237,46,241); }
div.DivClassName
{
background-color: #ED2EF1;
}
.BgClassName
{
background-color: #ED2EF1;
}
</style>
border-color css
<style>
span { border-color: #ED2EF1; }
span { border-color: rgb(237,46,241); }
td.TdClassName
{
border-color: #ED2EF1;
}
.TagClassName
{
border-color: #ED2EF1;
}
</style>