Shades of Razzle Dazzle Rose #ED32CB
Tints of Razzle Dazzle Rose #ED32CB
RGB
CMYK
RGB Variations
Color information
#ED32CB (or 0xED32CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and CB. RGB value is (237,50,203). Sum of RGB (Red+Green+Blue) = 237+50+203=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32CB is #12CD34. Grayscale: #7A7A7A. Windows color (decimal): -1232181 or 13316845. OLE color: 13316845.
HSL color Cylindrical-coordinate representation of color #ED32CB: hue angle of 310.91º 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 #ED32CB is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 203 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.07 |
| HSL | 310.91º | 0.84% | 0.56% | - |
| HSV(B) | 310.91º | 0.79% | 0.93% | - |
| XYZ | 46.85 | 24.6 | 58.78 | - |
| YUV | 123.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 203 | 0 | 0.79 | 0.14 | 0.07 | 310.91 | 0.84 | 0.56 |
| Hex | ED | 32 | CB | 0 | 4F | E | 7 | 137 | 54 | 38 |
| Octal | 355 | 62 | 313 | 0 | 117 | 16 | 7 | 467 | 124 | 70 |
| Binary | 11101101 | 110010 | 11001011 | 0 | 1001111 | 1110 | 111 | 100110111 | 1010100 | 111000 |
Color Harmonies of #ED32CB
Complementary color
Monochromatic Colors of #ED32CB
Black with #ED32CB
Text Example
Text Example
White with #ED32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED32CB; }
p { color: rgb(237,50,203); }
H1.HeaderClassName
{
color: #ED32CB;
}
.AnyTagClassName
{
color: #ED32CB;
}
</style>
background-color css
<style>
a { background-color: #ED32CB; }
a { background-color: rgb(237,50,203); }
div.DivClassName
{
background-color: #ED32CB;
}
.BgClassName
{
background-color: #ED32CB;
}
</style>
border-color css
<style>
span { border-color: #ED32CB; }
span { border-color: rgb(237,50,203); }
td.TdClassName
{
border-color: #ED32CB;
}
.TagClassName
{
border-color: #ED32CB;
}
</style>