Shades of Razzle Dazzle Rose #ED40B9
Tints of Razzle Dazzle Rose #ED40B9
RGB
CMYK
RGB Variations
Color information
#ED40B9 (or 0xED40B9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and B9. RGB value is (237,64,185). Sum of RGB (Red+Green+Blue) = 237+64+185=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40B9 is #12BF46. Grayscale: #818181. Windows color (decimal): -1228615 or 12140781. OLE color: 12140781.
HSL color Cylindrical-coordinate representation of color #ED40B9: hue angle of 318.03º 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 #ED40B9 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 185 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.07 |
| HSL | 318.03º | 0.83% | 0.59% | - |
| HSV(B) | 318.03º | 0.73% | 0.93% | - |
| XYZ | 45.52 | 25.17 | 48.36 | - |
| YUV | 129.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 185 | 0 | 0.73 | 0.22 | 0.07 | 318.03 | 0.83 | 0.59 |
| Hex | ED | 40 | B9 | 0 | 49 | 16 | 7 | 13E | 53 | 3B |
| Octal | 355 | 100 | 271 | 0 | 111 | 26 | 7 | 476 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10111001 | 0 | 1001001 | 10110 | 111 | 100111110 | 1010011 | 111011 |
Color Harmonies of #ED40B9
Complementary color
Monochromatic Colors of #ED40B9
Black with #ED40B9
Text Example
Text Example
White with #ED40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40B9; }
p { color: rgb(237,64,185); }
H1.HeaderClassName
{
color: #ED40B9;
}
.AnyTagClassName
{
color: #ED40B9;
}
</style>
background-color css
<style>
a { background-color: #ED40B9; }
a { background-color: rgb(237,64,185); }
div.DivClassName
{
background-color: #ED40B9;
}
.BgClassName
{
background-color: #ED40B9;
}
</style>
border-color css
<style>
span { border-color: #ED40B9; }
span { border-color: rgb(237,64,185); }
td.TdClassName
{
border-color: #ED40B9;
}
.TagClassName
{
border-color: #ED40B9;
}
</style>