Shades of Razzle Dazzle Rose #ED2FED
Tints of Razzle Dazzle Rose #ED2FED
RGB
CMYK
RGB Variations
Color information
#ED2FED (or 0xED2FED) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and ED. RGB value is (237,47,237). Sum of RGB (Red+Green+Blue) = 237+47+237=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED2FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FED is #12D012. Grayscale: #7C7C7C. Windows color (decimal): -1232915 or 15544301. OLE color: 15544301.
HSL color Cylindrical-coordinate representation of color #ED2FED: hue angle of 300º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FED is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 47 | 237 | - |
CMYK | 0 | 0.80 | 0 | 0.07 |
HSL | 300º | 0.84% | 0.56% | - |
HSV(B) | 300º | 0.8% | 0.93% | - |
XYZ | 51.23 | 26.15 | 82.47 | - |
YUV | 125.47 | 190.95 | 207.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 47 | 237 | 0 | 0.80 | 0 | 0.07 | 300 | 0.84 | 0.56 |
Hex | ED | 2F | ED | 0 | 50 | 0 | 7 | 12C | 54 | 38 |
Octal | 355 | 57 | 355 | 0 | 120 | 0 | 7 | 454 | 124 | 70 |
Binary | 11101101 | 101111 | 11101101 | 0 | 1010000 | 0 | 111 | 100101100 | 1010100 | 111000 |
Color Harmonies of #ED2FED
Complementary color
Monochromatic Colors of #ED2FED
Black with #ED2FED
Text Example
Text Example
White with #ED2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FED; }
p { color: rgb(237,47,237); }
H1.HeaderClassName
{
color: #ED2FED;
}
.AnyTagClassName
{
color: #ED2FED;
}
</style>
background-color css
<style>
a { background-color: #ED2FED; }
a { background-color: rgb(237,47,237); }
div.DivClassName
{
background-color: #ED2FED;
}
.BgClassName
{
background-color: #ED2FED;
}
</style>
border-color css
<style>
span { border-color: #ED2FED; }
span { border-color: rgb(237,47,237); }
td.TdClassName
{
border-color: #ED2FED;
}
.TagClassName
{
border-color: #ED2FED;
}
</style>