Shades of Razzle Dazzle Rose #EF2CC2
Tints of Razzle Dazzle Rose #EF2CC2
RGB
CMYK
RGB Variations
Color information
#EF2CC2 (or 0xEF2CC2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and C2. RGB value is (239,44,194). Sum of RGB (Red+Green+Blue) = 239+44+194=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CC2 is #10D33D. Grayscale: #777777. Windows color (decimal): -1102654 or 12725487. OLE color: 12725487.
HSL color Cylindrical-coordinate representation of color #EF2CC2: hue angle of 313.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 #EF2CC2 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 194 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.06 |
| HSL | 313.85º | 0.86% | 0.55% | - |
| HSV(B) | 313.85º | 0.82% | 0.94% | - |
| XYZ | 46.23 | 24.05 | 53.24 | - |
| YUV | 119.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 194 | 0 | 0.82 | 0.19 | 0.06 | 313.85 | 0.86 | 0.55 |
| Hex | EF | 2C | C2 | 0 | 52 | 13 | 6 | 13A | 56 | 37 |
| Octal | 357 | 54 | 302 | 0 | 122 | 23 | 6 | 472 | 126 | 67 |
| Binary | 11101111 | 101100 | 11000010 | 0 | 1010010 | 10011 | 110 | 100111010 | 1010110 | 110111 |
Color Harmonies of #EF2CC2
Complementary color
Monochromatic Colors of #EF2CC2
Black with #EF2CC2
Text Example
Text Example
White with #EF2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CC2; }
p { color: rgb(239,44,194); }
H1.HeaderClassName
{
color: #EF2CC2;
}
.AnyTagClassName
{
color: #EF2CC2;
}
</style>
background-color css
<style>
a { background-color: #EF2CC2; }
a { background-color: rgb(239,44,194); }
div.DivClassName
{
background-color: #EF2CC2;
}
.BgClassName
{
background-color: #EF2CC2;
}
</style>
border-color css
<style>
span { border-color: #EF2CC2; }
span { border-color: rgb(239,44,194); }
td.TdClassName
{
border-color: #EF2CC2;
}
.TagClassName
{
border-color: #EF2CC2;
}
</style>