Shades of Razzle Dazzle Rose #ED2CCB
Tints of Razzle Dazzle Rose #ED2CCB
RGB
CMYK
RGB Variations
Color information
#ED2CCB (or 0xED2CCB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and CB. RGB value is (237,44,203). Sum of RGB (Red+Green+Blue) = 237+44+203=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CCB is #12D334. Grayscale: #777777. Windows color (decimal): -1233717 or 13315309. OLE color: 13315309.
HSL color Cylindrical-coordinate representation of color #ED2CCB: hue angle of 310.57º 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 #ED2CCB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 203 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.57º | 0.84% | 0.55% | - |
| HSV(B) | 310.57º | 0.81% | 0.93% | - |
| XYZ | 46.61 | 24.12 | 58.7 | - |
| YUV | 119.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 203 | 0 | 0.81 | 0.14 | 0.07 | 310.57 | 0.84 | 0.55 |
| Hex | ED | 2C | CB | 0 | 51 | E | 7 | 137 | 54 | 37 |
| Octal | 355 | 54 | 313 | 0 | 121 | 16 | 7 | 467 | 124 | 67 |
| Binary | 11101101 | 101100 | 11001011 | 0 | 1010001 | 1110 | 111 | 100110111 | 1010100 | 110111 |
Color Harmonies of #ED2CCB
Complementary color
Monochromatic Colors of #ED2CCB
Black with #ED2CCB
Text Example
Text Example
White with #ED2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CCB; }
p { color: rgb(237,44,203); }
H1.HeaderClassName
{
color: #ED2CCB;
}
.AnyTagClassName
{
color: #ED2CCB;
}
</style>
background-color css
<style>
a { background-color: #ED2CCB; }
a { background-color: rgb(237,44,203); }
div.DivClassName
{
background-color: #ED2CCB;
}
.BgClassName
{
background-color: #ED2CCB;
}
</style>
border-color css
<style>
span { border-color: #ED2CCB; }
span { border-color: rgb(237,44,203); }
td.TdClassName
{
border-color: #ED2CCB;
}
.TagClassName
{
border-color: #ED2CCB;
}
</style>