Shades of Razzle Dazzle Rose #ED27CE
Tints of Razzle Dazzle Rose #ED27CE
RGB
CMYK
RGB Variations
Color information
#ED27CE (or 0xED27CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and CE. RGB value is (237,39,206). Sum of RGB (Red+Green+Blue) = 237+39+206=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27CE is #12D831. Grayscale: #747474. Windows color (decimal): -1234994 or 13510637. OLE color: 13510637.
HSL color Cylindrical-coordinate representation of color #ED27CE: hue angle of 309.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED27CE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 206 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.07 |
| HSL | 309.39º | 0.85% | 0.54% | - |
| HSV(B) | 309.39º | 0.84% | 0.93% | - |
| XYZ | 46.79 | 23.91 | 60.54 | - |
| YUV | 117.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 206 | 0 | 0.84 | 0.13 | 0.07 | 309.39 | 0.85 | 0.54 |
| Hex | ED | 27 | CE | 0 | 54 | D | 7 | 135 | 55 | 36 |
| Octal | 355 | 47 | 316 | 0 | 124 | 15 | 7 | 465 | 125 | 66 |
| Binary | 11101101 | 100111 | 11001110 | 0 | 1010100 | 1101 | 111 | 100110101 | 1010101 | 110110 |
Color Harmonies of #ED27CE
Complementary color
Monochromatic Colors of #ED27CE
Black with #ED27CE
Text Example
Text Example
White with #ED27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27CE; }
p { color: rgb(237,39,206); }
H1.HeaderClassName
{
color: #ED27CE;
}
.AnyTagClassName
{
color: #ED27CE;
}
</style>
background-color css
<style>
a { background-color: #ED27CE; }
a { background-color: rgb(237,39,206); }
div.DivClassName
{
background-color: #ED27CE;
}
.BgClassName
{
background-color: #ED27CE;
}
</style>
border-color css
<style>
span { border-color: #ED27CE; }
span { border-color: rgb(237,39,206); }
td.TdClassName
{
border-color: #ED27CE;
}
.TagClassName
{
border-color: #ED27CE;
}
</style>