Shades of Razzle Dazzle Rose #ED2CBC
Tints of Razzle Dazzle Rose #ED2CBC
RGB
CMYK
RGB Variations
Color information
#ED2CBC (or 0xED2CBC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and BC. RGB value is (237,44,188). Sum of RGB (Red+Green+Blue) = 237+44+188=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CBC is #12D343. Grayscale: #757575. Windows color (decimal): -1233732 or 12332269. OLE color: 12332269.
HSL color Cylindrical-coordinate representation of color #ED2CBC: hue angle of 315.23º 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 #ED2CBC is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 188 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.07 |
| HSL | 315.23º | 0.84% | 0.55% | - |
| HSV(B) | 315.23º | 0.81% | 0.93% | - |
| XYZ | 44.9 | 23.44 | 49.73 | - |
| YUV | 118.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 188 | 0 | 0.81 | 0.21 | 0.07 | 315.23 | 0.84 | 0.55 |
| Hex | ED | 2C | BC | 0 | 51 | 15 | 7 | 13B | 54 | 37 |
| Octal | 355 | 54 | 274 | 0 | 121 | 25 | 7 | 473 | 124 | 67 |
| Binary | 11101101 | 101100 | 10111100 | 0 | 1010001 | 10101 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #ED2CBC
Complementary color
Monochromatic Colors of #ED2CBC
Black with #ED2CBC
Text Example
Text Example
White with #ED2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CBC; }
p { color: rgb(237,44,188); }
H1.HeaderClassName
{
color: #ED2CBC;
}
.AnyTagClassName
{
color: #ED2CBC;
}
</style>
background-color css
<style>
a { background-color: #ED2CBC; }
a { background-color: rgb(237,44,188); }
div.DivClassName
{
background-color: #ED2CBC;
}
.BgClassName
{
background-color: #ED2CBC;
}
</style>
border-color css
<style>
span { border-color: #ED2CBC; }
span { border-color: rgb(237,44,188); }
td.TdClassName
{
border-color: #ED2CBC;
}
.TagClassName
{
border-color: #ED2CBC;
}
</style>