Shades of Razzle Dazzle Rose #ED4DBB
Tints of Razzle Dazzle Rose #ED4DBB
RGB
CMYK
RGB Variations
Color information
#ED4DBB (or 0xED4DBB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4D and BB. RGB value is (237,77,187). Sum of RGB (Red+Green+Blue) = 237+77+187=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4DBB is #12B244. Grayscale: #898989. Windows color (decimal): -1225285 or 12275181. OLE color: 12275181.
HSL color Cylindrical-coordinate representation of color #ED4DBB: hue angle of 318.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DBB is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 187 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.07 |
| HSL | 318.75º | 0.82% | 0.62% | - |
| HSV(B) | 318.75º | 0.68% | 0.93% | - |
| XYZ | 46.55 | 26.9 | 49.75 | - |
| YUV | 137.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 187 | 0 | 0.68 | 0.21 | 0.07 | 318.75 | 0.82 | 0.62 |
| Hex | ED | 4D | BB | 0 | 44 | 15 | 7 | 13F | 52 | 3E |
| Octal | 355 | 115 | 273 | 0 | 104 | 25 | 7 | 477 | 122 | 76 |
| Binary | 11101101 | 1001101 | 10111011 | 0 | 1000100 | 10101 | 111 | 100111111 | 1010010 | 111110 |
Color Harmonies of #ED4DBB
Complementary color
Monochromatic Colors of #ED4DBB
Black with #ED4DBB
Text Example
Text Example
White with #ED4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DBB; }
p { color: rgb(237,77,187); }
H1.HeaderClassName
{
color: #ED4DBB;
}
.AnyTagClassName
{
color: #ED4DBB;
}
</style>
background-color css
<style>
a { background-color: #ED4DBB; }
a { background-color: rgb(237,77,187); }
div.DivClassName
{
background-color: #ED4DBB;
}
.BgClassName
{
background-color: #ED4DBB;
}
</style>
border-color css
<style>
span { border-color: #ED4DBB; }
span { border-color: rgb(237,77,187); }
td.TdClassName
{
border-color: #ED4DBB;
}
.TagClassName
{
border-color: #ED4DBB;
}
</style>