Shades of Razzle Dazzle Rose #ED28EB
Tints of Razzle Dazzle Rose #ED28EB
RGB
CMYK
RGB Variations
Color information
#ED28EB (or 0xED28EB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and EB. RGB value is (237,40,235). Sum of RGB (Red+Green+Blue) = 237+40+235=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28EB is #12D714. Grayscale: #787878. Windows color (decimal): -1234709 or 15411437. OLE color: 15411437.
HSL color Cylindrical-coordinate representation of color #ED28EB: hue angle of 300.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28EB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 235 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.07 |
| HSL | 300.61º | 0.85% | 0.54% | - |
| HSV(B) | 300.61º | 0.83% | 0.93% | - |
| XYZ | 50.68 | 25.52 | 80.85 | - |
| YUV | 121.13 | 192.27 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 235 | 0 | 0.83 | 0.01 | 0.07 | 300.61 | 0.85 | 0.54 |
| Hex | ED | 28 | EB | 0 | 53 | 1 | 7 | 12D | 55 | 36 |
| Octal | 355 | 50 | 353 | 0 | 123 | 1 | 7 | 455 | 125 | 66 |
| Binary | 11101101 | 101000 | 11101011 | 0 | 1010011 | 1 | 111 | 100101101 | 1010101 | 110110 |
Color Harmonies of #ED28EB
Complementary color
Monochromatic Colors of #ED28EB
Black with #ED28EB
Text Example
Text Example
White with #ED28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28EB; }
p { color: rgb(237,40,235); }
H1.HeaderClassName
{
color: #ED28EB;
}
.AnyTagClassName
{
color: #ED28EB;
}
</style>
background-color css
<style>
a { background-color: #ED28EB; }
a { background-color: rgb(237,40,235); }
div.DivClassName
{
background-color: #ED28EB;
}
.BgClassName
{
background-color: #ED28EB;
}
</style>
border-color css
<style>
span { border-color: #ED28EB; }
span { border-color: rgb(237,40,235); }
td.TdClassName
{
border-color: #ED28EB;
}
.TagClassName
{
border-color: #ED28EB;
}
</style>