Shades of Razzle Dazzle Rose #EF2DCD
Tints of Razzle Dazzle Rose #EF2DCD
RGB
CMYK
RGB Variations
Color information
#EF2DCD (or 0xEF2DCD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and CD. RGB value is (239,45,205). Sum of RGB (Red+Green+Blue) = 239+45+205=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DCD is #10D232. Grayscale: #787878. Windows color (decimal): -1102387 or 13446639. OLE color: 13446639.
HSL color Cylindrical-coordinate representation of color #EF2DCD: hue angle of 310.52º 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 #EF2DCD is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 205 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.06 |
| HSL | 310.52º | 0.86% | 0.56% | - |
| HSV(B) | 310.52º | 0.81% | 0.94% | - |
| XYZ | 47.55 | 24.64 | 60.01 | - |
| YUV | 121.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 205 | 0 | 0.81 | 0.14 | 0.06 | 310.52 | 0.86 | 0.56 |
| Hex | EF | 2D | CD | 0 | 51 | E | 6 | 137 | 56 | 38 |
| Octal | 357 | 55 | 315 | 0 | 121 | 16 | 6 | 467 | 126 | 70 |
| Binary | 11101111 | 101101 | 11001101 | 0 | 1010001 | 1110 | 110 | 100110111 | 1010110 | 111000 |
Color Harmonies of #EF2DCD
Complementary color
Monochromatic Colors of #EF2DCD
Black with #EF2DCD
Text Example
Text Example
White with #EF2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DCD; }
p { color: rgb(239,45,205); }
H1.HeaderClassName
{
color: #EF2DCD;
}
.AnyTagClassName
{
color: #EF2DCD;
}
</style>
background-color css
<style>
a { background-color: #EF2DCD; }
a { background-color: rgb(239,45,205); }
div.DivClassName
{
background-color: #EF2DCD;
}
.BgClassName
{
background-color: #EF2DCD;
}
</style>
border-color css
<style>
span { border-color: #EF2DCD; }
span { border-color: rgb(239,45,205); }
td.TdClassName
{
border-color: #EF2DCD;
}
.TagClassName
{
border-color: #EF2DCD;
}
</style>