Shades of Razzle Dazzle Rose #ED2FBC
Tints of Razzle Dazzle Rose #ED2FBC
RGB
CMYK
RGB Variations
Color information
#ED2FBC (or 0xED2FBC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and BC. RGB value is (237,47,188). Sum of RGB (Red+Green+Blue) = 237+47+188=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FBC is #12D043. Grayscale: #777777. Windows color (decimal): -1232964 or 12333037. OLE color: 12333037.
HSL color Cylindrical-coordinate representation of color #ED2FBC: hue angle of 315.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FBC is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 188 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.07 |
| HSL | 315.47º | 0.84% | 0.56% | - |
| HSV(B) | 315.47º | 0.8% | 0.93% | - |
| XYZ | 45.02 | 23.67 | 49.77 | - |
| YUV | 119.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 188 | 0 | 0.80 | 0.21 | 0.07 | 315.47 | 0.84 | 0.56 |
| Hex | ED | 2F | BC | 0 | 50 | 15 | 7 | 13B | 54 | 38 |
| Octal | 355 | 57 | 274 | 0 | 120 | 25 | 7 | 473 | 124 | 70 |
| Binary | 11101101 | 101111 | 10111100 | 0 | 1010000 | 10101 | 111 | 100111011 | 1010100 | 111000 |
Color Harmonies of #ED2FBC
Complementary color
Monochromatic Colors of #ED2FBC
Black with #ED2FBC
Text Example
Text Example
White with #ED2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FBC; }
p { color: rgb(237,47,188); }
H1.HeaderClassName
{
color: #ED2FBC;
}
.AnyTagClassName
{
color: #ED2FBC;
}
</style>
background-color css
<style>
a { background-color: #ED2FBC; }
a { background-color: rgb(237,47,188); }
div.DivClassName
{
background-color: #ED2FBC;
}
.BgClassName
{
background-color: #ED2FBC;
}
</style>
border-color css
<style>
span { border-color: #ED2FBC; }
span { border-color: rgb(237,47,188); }
td.TdClassName
{
border-color: #ED2FBC;
}
.TagClassName
{
border-color: #ED2FBC;
}
</style>