Shades of Razzle Dazzle Rose #ED36E7
Tints of Razzle Dazzle Rose #ED36E7
RGB
CMYK
RGB Variations
Color information
#ED36E7 (or 0xED36E7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and E7. RGB value is (237,54,231). Sum of RGB (Red+Green+Blue) = 237+54+231=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED36E7 is #12C918. Grayscale: #808080. Windows color (decimal): -1231129 or 15152877. OLE color: 15152877.
HSL color Cylindrical-coordinate representation of color #ED36E7: hue angle of 301.97º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED36E7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 231 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.07 |
| HSL | 301.97º | 0.84% | 0.57% | - |
| HSV(B) | 301.97º | 0.77% | 0.93% | - |
| XYZ | 50.67 | 26.41 | 78.03 | - |
| YUV | 128.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 231 | 0 | 0.77 | 0.03 | 0.07 | 301.97 | 0.84 | 0.57 |
| Hex | ED | 36 | E7 | 0 | 4D | 3 | 7 | 12E | 54 | 39 |
| Octal | 355 | 66 | 347 | 0 | 115 | 3 | 7 | 456 | 124 | 71 |
| Binary | 11101101 | 110110 | 11100111 | 0 | 1001101 | 11 | 111 | 100101110 | 1010100 | 111001 |
Color Harmonies of #ED36E7
Complementary color
Monochromatic Colors of #ED36E7
Black with #ED36E7
Text Example
Text Example
White with #ED36E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36E7; }
p { color: rgb(237,54,231); }
H1.HeaderClassName
{
color: #ED36E7;
}
.AnyTagClassName
{
color: #ED36E7;
}
</style>
background-color css
<style>
a { background-color: #ED36E7; }
a { background-color: rgb(237,54,231); }
div.DivClassName
{
background-color: #ED36E7;
}
.BgClassName
{
background-color: #ED36E7;
}
</style>
border-color css
<style>
span { border-color: #ED36E7; }
span { border-color: rgb(237,54,231); }
td.TdClassName
{
border-color: #ED36E7;
}
.TagClassName
{
border-color: #ED36E7;
}
</style>