Shades of Razzle Dazzle Rose #ED27ED
Tints of Razzle Dazzle Rose #ED27ED
RGB
CMYK
RGB Variations
Color information
#ED27ED (or 0xED27ED) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and ED. RGB value is (237,39,237). Sum of RGB (Red+Green+Blue) = 237+39+237=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED27ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27ED is #12D812. Grayscale: #787878. Windows color (decimal): -1234963 or 15542253. OLE color: 15542253.
HSL color Cylindrical-coordinate representation of color #ED27ED: hue angle of 300º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27ED is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 237 | - |
| CMYK | 0 | 0.84 | 0 | 0.07 |
| HSL | 300º | 0.85% | 0.54% | - |
| HSV(B) | 300º | 0.84% | 0.93% | - |
| XYZ | 50.94 | 25.57 | 82.37 | - |
| YUV | 120.77 | 193.6 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 237 | 0 | 0.84 | 0 | 0.07 | 300 | 0.85 | 0.54 |
| Hex | ED | 27 | ED | 0 | 54 | 0 | 7 | 12C | 55 | 36 |
| Octal | 355 | 47 | 355 | 0 | 124 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101101 | 100111 | 11101101 | 0 | 1010100 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #ED27ED
Complementary color
Monochromatic Colors of #ED27ED
Black with #ED27ED
Text Example
Text Example
White with #ED27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27ED; }
p { color: rgb(237,39,237); }
H1.HeaderClassName
{
color: #ED27ED;
}
.AnyTagClassName
{
color: #ED27ED;
}
</style>
background-color css
<style>
a { background-color: #ED27ED; }
a { background-color: rgb(237,39,237); }
div.DivClassName
{
background-color: #ED27ED;
}
.BgClassName
{
background-color: #ED27ED;
}
</style>
border-color css
<style>
span { border-color: #ED27ED; }
span { border-color: rgb(237,39,237); }
td.TdClassName
{
border-color: #ED27ED;
}
.TagClassName
{
border-color: #ED27ED;
}
</style>