Shades of Razzle Dazzle Rose #ED3CBF
Tints of Razzle Dazzle Rose #ED3CBF
RGB
CMYK
RGB Variations
Color information
#ED3CBF (or 0xED3CBF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and BF. RGB value is (237,60,191). Sum of RGB (Red+Green+Blue) = 237+60+191=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CBF is #12C340. Grayscale: #7F7F7F. Windows color (decimal): -1229633 or 12532973. OLE color: 12532973.
HSL color Cylindrical-coordinate representation of color #ED3CBF: hue angle of 315.59º 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 #ED3CBF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 191 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.07 |
| HSL | 315.59º | 0.83% | 0.58% | - |
| HSV(B) | 315.59º | 0.75% | 0.93% | - |
| XYZ | 45.94 | 25 | 51.69 | - |
| YUV | 127.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 191 | 0 | 0.75 | 0.19 | 0.07 | 315.59 | 0.83 | 0.58 |
| Hex | ED | 3C | BF | 0 | 4B | 13 | 7 | 13C | 53 | 3A |
| Octal | 355 | 74 | 277 | 0 | 113 | 23 | 7 | 474 | 123 | 72 |
| Binary | 11101101 | 111100 | 10111111 | 0 | 1001011 | 10011 | 111 | 100111100 | 1010011 | 111010 |
Color Harmonies of #ED3CBF
Complementary color
Monochromatic Colors of #ED3CBF
Black with #ED3CBF
Text Example
Text Example
White with #ED3CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CBF; }
p { color: rgb(237,60,191); }
H1.HeaderClassName
{
color: #ED3CBF;
}
.AnyTagClassName
{
color: #ED3CBF;
}
</style>
background-color css
<style>
a { background-color: #ED3CBF; }
a { background-color: rgb(237,60,191); }
div.DivClassName
{
background-color: #ED3CBF;
}
.BgClassName
{
background-color: #ED3CBF;
}
</style>
border-color css
<style>
span { border-color: #ED3CBF; }
span { border-color: rgb(237,60,191); }
td.TdClassName
{
border-color: #ED3CBF;
}
.TagClassName
{
border-color: #ED3CBF;
}
</style>