Shades of Razzle Dazzle Rose #ED32BB
Tints of Razzle Dazzle Rose #ED32BB
RGB
CMYK
RGB Variations
Color information
#ED32BB (or 0xED32BB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and BB. RGB value is (237,50,187). Sum of RGB (Red+Green+Blue) = 237+50+187=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32BB is #12CD44. Grayscale: #797979. Windows color (decimal): -1232197 or 12268269. OLE color: 12268269.
HSL color Cylindrical-coordinate representation of color #ED32BB: hue angle of 316.04º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED32BB is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 187 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.07 |
| HSL | 316.04º | 0.84% | 0.56% | - |
| HSV(B) | 316.04º | 0.79% | 0.93% | - |
| XYZ | 45.04 | 23.87 | 49.25 | - |
| YUV | 121.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 187 | 0 | 0.79 | 0.21 | 0.07 | 316.04 | 0.84 | 0.56 |
| Hex | ED | 32 | BB | 0 | 4F | 15 | 7 | 13C | 54 | 38 |
| Octal | 355 | 62 | 273 | 0 | 117 | 25 | 7 | 474 | 124 | 70 |
| Binary | 11101101 | 110010 | 10111011 | 0 | 1001111 | 10101 | 111 | 100111100 | 1010100 | 111000 |
Color Harmonies of #ED32BB
Complementary color
Monochromatic Colors of #ED32BB
Black with #ED32BB
Text Example
Text Example
White with #ED32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32BB; }
p { color: rgb(237,50,187); }
H1.HeaderClassName
{
color: #ED32BB;
}
.AnyTagClassName
{
color: #ED32BB;
}
</style>
background-color css
<style>
a { background-color: #ED32BB; }
a { background-color: rgb(237,50,187); }
div.DivClassName
{
background-color: #ED32BB;
}
.BgClassName
{
background-color: #ED32BB;
}
</style>
border-color css
<style>
span { border-color: #ED32BB; }
span { border-color: rgb(237,50,187); }
td.TdClassName
{
border-color: #ED32BB;
}
.TagClassName
{
border-color: #ED32BB;
}
</style>