Shades of Razzle Dazzle Rose #EF2DDC
Tints of Razzle Dazzle Rose #EF2DDC
RGB
CMYK
RGB Variations
Color information
#EF2DDC (or 0xEF2DDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and DC. RGB value is (239,45,220). Sum of RGB (Red+Green+Blue) = 239+45+220=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DDC is #10D223. Grayscale: #7A7A7A. Windows color (decimal): -1102372 or 14429679. OLE color: 14429679.
HSL color Cylindrical-coordinate representation of color #EF2DDC: hue angle of 305.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2DDC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 220 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.06 |
| HSL | 305.88º | 0.86% | 0.56% | - |
| HSV(B) | 305.88º | 0.81% | 0.94% | - |
| XYZ | 49.45 | 25.39 | 70.01 | - |
| YUV | 122.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 220 | 0 | 0.81 | 0.08 | 0.06 | 305.88 | 0.86 | 0.56 |
| Hex | EF | 2D | DC | 0 | 51 | 8 | 6 | 132 | 56 | 38 |
| Octal | 357 | 55 | 334 | 0 | 121 | 10 | 6 | 462 | 126 | 70 |
| Binary | 11101111 | 101101 | 11011100 | 0 | 1010001 | 1000 | 110 | 100110010 | 1010110 | 111000 |
Color Harmonies of #EF2DDC
Complementary color
Monochromatic Colors of #EF2DDC
Black with #EF2DDC
Text Example
Text Example
White with #EF2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DDC; }
p { color: rgb(239,45,220); }
H1.HeaderClassName
{
color: #EF2DDC;
}
.AnyTagClassName
{
color: #EF2DDC;
}
</style>
background-color css
<style>
a { background-color: #EF2DDC; }
a { background-color: rgb(239,45,220); }
div.DivClassName
{
background-color: #EF2DDC;
}
.BgClassName
{
background-color: #EF2DDC;
}
</style>
border-color css
<style>
span { border-color: #EF2DDC; }
span { border-color: rgb(239,45,220); }
td.TdClassName
{
border-color: #EF2DDC;
}
.TagClassName
{
border-color: #EF2DDC;
}
</style>