Shades of Razzle Dazzle Rose #ED2BBB
Tints of Razzle Dazzle Rose #ED2BBB
RGB
CMYK
RGB Variations
Color information
#ED2BBB (or 0xED2BBB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and BB. RGB value is (237,43,187). Sum of RGB (Red+Green+Blue) = 237+43+187=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBB is #12D444. Grayscale: #757575. Windows color (decimal): -1233989 or 12266477. OLE color: 12266477.
HSL color Cylindrical-coordinate representation of color #ED2BBB: hue angle of 315.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2BBB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 187 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.07 |
| HSL | 315.46º | 0.84% | 0.55% | - |
| HSV(B) | 315.46º | 0.82% | 0.93% | - |
| XYZ | 44.76 | 23.32 | 49.16 | - |
| YUV | 117.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 187 | 0 | 0.82 | 0.21 | 0.07 | 315.46 | 0.84 | 0.55 |
| Hex | ED | 2B | BB | 0 | 52 | 15 | 7 | 13B | 54 | 37 |
| Octal | 355 | 53 | 273 | 0 | 122 | 25 | 7 | 473 | 124 | 67 |
| Binary | 11101101 | 101011 | 10111011 | 0 | 1010010 | 10101 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #ED2BBB
Complementary color
Monochromatic Colors of #ED2BBB
Black with #ED2BBB
Text Example
Text Example
White with #ED2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BBB; }
p { color: rgb(237,43,187); }
H1.HeaderClassName
{
color: #ED2BBB;
}
.AnyTagClassName
{
color: #ED2BBB;
}
</style>
background-color css
<style>
a { background-color: #ED2BBB; }
a { background-color: rgb(237,43,187); }
div.DivClassName
{
background-color: #ED2BBB;
}
.BgClassName
{
background-color: #ED2BBB;
}
</style>
border-color css
<style>
span { border-color: #ED2BBB; }
span { border-color: rgb(237,43,187); }
td.TdClassName
{
border-color: #ED2BBB;
}
.TagClassName
{
border-color: #ED2BBB;
}
</style>