Shades of Razzle Dazzle Rose #ED3BCB
Tints of Razzle Dazzle Rose #ED3BCB
RGB
CMYK
RGB Variations
Color information
#ED3BCB (or 0xED3BCB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3B and CB. RGB value is (237,59,203). Sum of RGB (Red+Green+Blue) = 237+59+203=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3BCB is #12C434. Grayscale: #808080. Windows color (decimal): -1229877 or 13319149. OLE color: 13319149.
HSL color Cylindrical-coordinate representation of color #ED3BCB: hue angle of 311.46º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3BCB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 59 | 203 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.07 |
| HSL | 311.46º | 0.83% | 0.58% | - |
| HSV(B) | 311.46º | 0.75% | 0.93% | - |
| XYZ | 47.27 | 25.44 | 58.92 | - |
| YUV | 128.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 203 | 0 | 0.75 | 0.14 | 0.07 | 311.46 | 0.83 | 0.58 |
| Hex | ED | 3B | CB | 0 | 4B | E | 7 | 137 | 53 | 3A |
| Octal | 355 | 73 | 313 | 0 | 113 | 16 | 7 | 467 | 123 | 72 |
| Binary | 11101101 | 111011 | 11001011 | 0 | 1001011 | 1110 | 111 | 100110111 | 1010011 | 111010 |
Color Harmonies of #ED3BCB
Complementary color
Monochromatic Colors of #ED3BCB
Black with #ED3BCB
Text Example
Text Example
White with #ED3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BCB; }
p { color: rgb(237,59,203); }
H1.HeaderClassName
{
color: #ED3BCB;
}
.AnyTagClassName
{
color: #ED3BCB;
}
</style>
background-color css
<style>
a { background-color: #ED3BCB; }
a { background-color: rgb(237,59,203); }
div.DivClassName
{
background-color: #ED3BCB;
}
.BgClassName
{
background-color: #ED3BCB;
}
</style>
border-color css
<style>
span { border-color: #ED3BCB; }
span { border-color: rgb(237,59,203); }
td.TdClassName
{
border-color: #ED3BCB;
}
.TagClassName
{
border-color: #ED3BCB;
}
</style>