Shades of Razzle Dazzle Rose #ED40BF
Tints of Razzle Dazzle Rose #ED40BF
RGB
CMYK
RGB Variations
Color information
#ED40BF (or 0xED40BF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and BF. RGB value is (237,64,191). Sum of RGB (Red+Green+Blue) = 237+64+191=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40BF is #12BF40. Grayscale: #818181. Windows color (decimal): -1228609 or 12533997. OLE color: 12533997.
HSL color Cylindrical-coordinate representation of color #ED40BF: hue angle of 315.95º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40BF is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 191 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.07 |
| HSL | 315.95º | 0.83% | 0.59% | - |
| HSV(B) | 315.95º | 0.73% | 0.93% | - |
| XYZ | 46.16 | 25.43 | 51.77 | - |
| YUV | 130.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 191 | 0 | 0.73 | 0.19 | 0.07 | 315.95 | 0.83 | 0.59 |
| Hex | ED | 40 | BF | 0 | 49 | 13 | 7 | 13C | 53 | 3B |
| Octal | 355 | 100 | 277 | 0 | 111 | 23 | 7 | 474 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10111111 | 0 | 1001001 | 10011 | 111 | 100111100 | 1010011 | 111011 |
Color Harmonies of #ED40BF
Complementary color
Monochromatic Colors of #ED40BF
Black with #ED40BF
Text Example
Text Example
White with #ED40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40BF; }
p { color: rgb(237,64,191); }
H1.HeaderClassName
{
color: #ED40BF;
}
.AnyTagClassName
{
color: #ED40BF;
}
</style>
background-color css
<style>
a { background-color: #ED40BF; }
a { background-color: rgb(237,64,191); }
div.DivClassName
{
background-color: #ED40BF;
}
.BgClassName
{
background-color: #ED40BF;
}
</style>
border-color css
<style>
span { border-color: #ED40BF; }
span { border-color: rgb(237,64,191); }
td.TdClassName
{
border-color: #ED40BF;
}
.TagClassName
{
border-color: #ED40BF;
}
</style>