Shades of Razzle Dazzle Rose #EF2CDC
Tints of Razzle Dazzle Rose #EF2CDC
RGB
CMYK
RGB Variations
Color information
#EF2CDC (or 0xEF2CDC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and DC. RGB value is (239,44,220). Sum of RGB (Red+Green+Blue) = 239+44+220=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CDC is #10D323. Grayscale: #797979. Windows color (decimal): -1102628 or 14429423. OLE color: 14429423.
HSL color Cylindrical-coordinate representation of color #EF2CDC: hue angle of 305.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CDC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 220 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.06 |
| HSL | 305.85º | 0.86% | 0.55% | - |
| HSV(B) | 305.85º | 0.82% | 0.94% | - |
| XYZ | 49.42 | 25.32 | 69.99 | - |
| YUV | 122.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 220 | 0 | 0.82 | 0.08 | 0.06 | 305.85 | 0.86 | 0.55 |
| Hex | EF | 2C | DC | 0 | 52 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 54 | 334 | 0 | 122 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 101100 | 11011100 | 0 | 1010010 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF2CDC
Complementary color
Monochromatic Colors of #EF2CDC
Black with #EF2CDC
Text Example
Text Example
White with #EF2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CDC; }
p { color: rgb(239,44,220); }
H1.HeaderClassName
{
color: #EF2CDC;
}
.AnyTagClassName
{
color: #EF2CDC;
}
</style>
background-color css
<style>
a { background-color: #EF2CDC; }
a { background-color: rgb(239,44,220); }
div.DivClassName
{
background-color: #EF2CDC;
}
.BgClassName
{
background-color: #EF2CDC;
}
</style>
border-color css
<style>
span { border-color: #EF2CDC; }
span { border-color: rgb(239,44,220); }
td.TdClassName
{
border-color: #EF2CDC;
}
.TagClassName
{
border-color: #EF2CDC;
}
</style>