Shades of Razzle Dazzle Rose #ED2BBE
Tints of Razzle Dazzle Rose #ED2BBE
RGB
CMYK
RGB Variations
Color information
#ED2BBE (or 0xED2BBE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and BE. RGB value is (237,43,190). Sum of RGB (Red+Green+Blue) = 237+43+190=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBE is #12D441. Grayscale: #757575. Windows color (decimal): -1233986 or 12463085. OLE color: 12463085.
HSL color Cylindrical-coordinate representation of color #ED2BBE: hue angle of 314.54º 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 #ED2BBE is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 190 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.07 |
| HSL | 314.54º | 0.84% | 0.55% | - |
| HSV(B) | 314.54º | 0.82% | 0.93% | - |
| XYZ | 45.08 | 23.45 | 50.87 | - |
| YUV | 117.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 190 | 0 | 0.82 | 0.20 | 0.07 | 314.54 | 0.84 | 0.55 |
| Hex | ED | 2B | BE | 0 | 52 | 14 | 7 | 13B | 54 | 37 |
| Octal | 355 | 53 | 276 | 0 | 122 | 24 | 7 | 473 | 124 | 67 |
| Binary | 11101101 | 101011 | 10111110 | 0 | 1010010 | 10100 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #ED2BBE
Complementary color
Monochromatic Colors of #ED2BBE
Black with #ED2BBE
Text Example
Text Example
White with #ED2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BBE; }
p { color: rgb(237,43,190); }
H1.HeaderClassName
{
color: #ED2BBE;
}
.AnyTagClassName
{
color: #ED2BBE;
}
</style>
background-color css
<style>
a { background-color: #ED2BBE; }
a { background-color: rgb(237,43,190); }
div.DivClassName
{
background-color: #ED2BBE;
}
.BgClassName
{
background-color: #ED2BBE;
}
</style>
border-color css
<style>
span { border-color: #ED2BBE; }
span { border-color: rgb(237,43,190); }
td.TdClassName
{
border-color: #ED2BBE;
}
.TagClassName
{
border-color: #ED2BBE;
}
</style>