Shades of Razzle Dazzle Rose #ED2CBB
Tints of Razzle Dazzle Rose #ED2CBB
RGB
CMYK
RGB Variations
Color information
#ED2CBB (or 0xED2CBB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and BB. RGB value is (237,44,187). Sum of RGB (Red+Green+Blue) = 237+44+187=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CBB is #12D344. Grayscale: #757575. Windows color (decimal): -1233733 or 12266733. OLE color: 12266733.
HSL color Cylindrical-coordinate representation of color #ED2CBB: hue angle of 315.54º 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 #ED2CBB is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 187 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.07 |
| HSL | 315.54º | 0.84% | 0.55% | - |
| HSV(B) | 315.54º | 0.81% | 0.93% | - |
| XYZ | 44.8 | 23.39 | 49.17 | - |
| YUV | 118.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 187 | 0 | 0.81 | 0.21 | 0.07 | 315.54 | 0.84 | 0.55 |
| Hex | ED | 2C | BB | 0 | 51 | 15 | 7 | 13C | 54 | 37 |
| Octal | 355 | 54 | 273 | 0 | 121 | 25 | 7 | 474 | 124 | 67 |
| Binary | 11101101 | 101100 | 10111011 | 0 | 1010001 | 10101 | 111 | 100111100 | 1010100 | 110111 |
Color Harmonies of #ED2CBB
Complementary color
Monochromatic Colors of #ED2CBB
Black with #ED2CBB
Text Example
Text Example
White with #ED2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CBB; }
p { color: rgb(237,44,187); }
H1.HeaderClassName
{
color: #ED2CBB;
}
.AnyTagClassName
{
color: #ED2CBB;
}
</style>
background-color css
<style>
a { background-color: #ED2CBB; }
a { background-color: rgb(237,44,187); }
div.DivClassName
{
background-color: #ED2CBB;
}
.BgClassName
{
background-color: #ED2CBB;
}
</style>
border-color css
<style>
span { border-color: #ED2CBB; }
span { border-color: rgb(237,44,187); }
td.TdClassName
{
border-color: #ED2CBB;
}
.TagClassName
{
border-color: #ED2CBB;
}
</style>