Shades of Razzle Dazzle Rose #ED27C3
Tints of Razzle Dazzle Rose #ED27C3
RGB
CMYK
RGB Variations
Color information
#ED27C3 (or 0xED27C3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and C3. RGB value is (237,39,195). Sum of RGB (Red+Green+Blue) = 237+39+195=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27C3 is #12D83C. Grayscale: #737373. Windows color (decimal): -1235005 or 12789741. OLE color: 12789741.
HSL color Cylindrical-coordinate representation of color #ED27C3: hue angle of 312.73º 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 #ED27C3 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 195 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.07 |
| HSL | 312.73º | 0.85% | 0.54% | - |
| HSV(B) | 312.73º | 0.84% | 0.93% | - |
| XYZ | 45.5 | 23.4 | 53.75 | - |
| YUV | 115.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 195 | 0 | 0.84 | 0.18 | 0.07 | 312.73 | 0.85 | 0.54 |
| Hex | ED | 27 | C3 | 0 | 54 | 12 | 7 | 139 | 55 | 36 |
| Octal | 355 | 47 | 303 | 0 | 124 | 22 | 7 | 471 | 125 | 66 |
| Binary | 11101101 | 100111 | 11000011 | 0 | 1010100 | 10010 | 111 | 100111001 | 1010101 | 110110 |
Color Harmonies of #ED27C3
Complementary color
Monochromatic Colors of #ED27C3
Black with #ED27C3
Text Example
Text Example
White with #ED27C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27C3; }
p { color: rgb(237,39,195); }
H1.HeaderClassName
{
color: #ED27C3;
}
.AnyTagClassName
{
color: #ED27C3;
}
</style>
background-color css
<style>
a { background-color: #ED27C3; }
a { background-color: rgb(237,39,195); }
div.DivClassName
{
background-color: #ED27C3;
}
.BgClassName
{
background-color: #ED27C3;
}
</style>
border-color css
<style>
span { border-color: #ED27C3; }
span { border-color: rgb(237,39,195); }
td.TdClassName
{
border-color: #ED27C3;
}
.TagClassName
{
border-color: #ED27C3;
}
</style>