Shades of Razzle Dazzle Rose #ED2DCB
Tints of Razzle Dazzle Rose #ED2DCB
RGB
CMYK
RGB Variations
Color information
#ED2DCB (or 0xED2DCB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and CB. RGB value is (237,45,203). Sum of RGB (Red+Green+Blue) = 237+45+203=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DCB is #12D234. Grayscale: #777777. Windows color (decimal): -1233461 or 13315565. OLE color: 13315565.
HSL color Cylindrical-coordinate representation of color #ED2DCB: hue angle of 310.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DCB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 203 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.63º | 0.84% | 0.55% | - |
| HSV(B) | 310.63º | 0.81% | 0.93% | - |
| XYZ | 46.64 | 24.19 | 58.71 | - |
| YUV | 120.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 203 | 0 | 0.81 | 0.14 | 0.07 | 310.63 | 0.84 | 0.55 |
| Hex | ED | 2D | CB | 0 | 51 | E | 7 | 137 | 54 | 37 |
| Octal | 355 | 55 | 313 | 0 | 121 | 16 | 7 | 467 | 124 | 67 |
| Binary | 11101101 | 101101 | 11001011 | 0 | 1010001 | 1110 | 111 | 100110111 | 1010100 | 110111 |
Color Harmonies of #ED2DCB
Complementary color
Monochromatic Colors of #ED2DCB
Black with #ED2DCB
Text Example
Text Example
White with #ED2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DCB; }
p { color: rgb(237,45,203); }
H1.HeaderClassName
{
color: #ED2DCB;
}
.AnyTagClassName
{
color: #ED2DCB;
}
</style>
background-color css
<style>
a { background-color: #ED2DCB; }
a { background-color: rgb(237,45,203); }
div.DivClassName
{
background-color: #ED2DCB;
}
.BgClassName
{
background-color: #ED2DCB;
}
</style>
border-color css
<style>
span { border-color: #ED2DCB; }
span { border-color: rgb(237,45,203); }
td.TdClassName
{
border-color: #ED2DCB;
}
.TagClassName
{
border-color: #ED2DCB;
}
</style>