Shades of Razzle Dazzle Rose #ED2FE3
Tints of Razzle Dazzle Rose #ED2FE3
RGB
CMYK
RGB Variations
Color information
#ED2FE3 (or 0xED2FE3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and E3. RGB value is (237,47,227). Sum of RGB (Red+Green+Blue) = 237+47+227=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FE3 is #12D01C. Grayscale: #7B7B7B. Windows color (decimal): -1232925 or 14888941. OLE color: 14888941.
HSL color Cylindrical-coordinate representation of color #ED2FE3: hue angle of 303.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FE3 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 227 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.07 |
| HSL | 303.16º | 0.84% | 0.56% | - |
| HSV(B) | 303.16º | 0.8% | 0.93% | - |
| XYZ | 49.81 | 25.58 | 74.99 | - |
| YUV | 124.33 | 185.95 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 227 | 0 | 0.80 | 0.04 | 0.07 | 303.16 | 0.84 | 0.56 |
| Hex | ED | 2F | E3 | 0 | 50 | 4 | 7 | 12F | 54 | 38 |
| Octal | 355 | 57 | 343 | 0 | 120 | 4 | 7 | 457 | 124 | 70 |
| Binary | 11101101 | 101111 | 11100011 | 0 | 1010000 | 100 | 111 | 100101111 | 1010100 | 111000 |
Color Harmonies of #ED2FE3
Complementary color
Monochromatic Colors of #ED2FE3
Black with #ED2FE3
Text Example
Text Example
White with #ED2FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FE3; }
p { color: rgb(237,47,227); }
H1.HeaderClassName
{
color: #ED2FE3;
}
.AnyTagClassName
{
color: #ED2FE3;
}
</style>
background-color css
<style>
a { background-color: #ED2FE3; }
a { background-color: rgb(237,47,227); }
div.DivClassName
{
background-color: #ED2FE3;
}
.BgClassName
{
background-color: #ED2FE3;
}
</style>
border-color css
<style>
span { border-color: #ED2FE3; }
span { border-color: rgb(237,47,227); }
td.TdClassName
{
border-color: #ED2FE3;
}
.TagClassName
{
border-color: #ED2FE3;
}
</style>