Shades of Razzle Dazzle Rose #EF2CED
Tints of Razzle Dazzle Rose #EF2CED
RGB
CMYK
RGB Variations
Color information
#EF2CED (or 0xEF2CED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2C and ED. RGB value is (239,44,237). Sum of RGB (Red+Green+Blue) = 239+44+237=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 44 (17.58% from 255 or 8.46% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CED is #10D312. Grayscale: #7B7B7B. Windows color (decimal): -1102611 or 15543535. OLE color: 15543535.
HSL color Cylindrical-coordinate representation of color #EF2CED: hue angle of 300.62º 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 #EF2CED is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 237 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.06 |
| HSL | 300.62º | 0.86% | 0.55% | - |
| HSV(B) | 300.62º | 0.82% | 0.94% | - |
| XYZ | 51.78 | 26.27 | 82.46 | - |
| YUV | 124.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 237 | 0 | 0.82 | 0.01 | 0.06 | 300.62 | 0.86 | 0.55 |
| Hex | EF | 2C | ED | 0 | 52 | 1 | 6 | 12D | 56 | 37 |
| Octal | 357 | 54 | 355 | 0 | 122 | 1 | 6 | 455 | 126 | 67 |
| Binary | 11101111 | 101100 | 11101101 | 0 | 1010010 | 1 | 110 | 100101101 | 1010110 | 110111 |
Color Harmonies of #EF2CED
Complementary color
Monochromatic Colors of #EF2CED
Black with #EF2CED
Text Example
Text Example
White with #EF2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CED; }
p { color: rgb(239,44,237); }
H1.HeaderClassName
{
color: #EF2CED;
}
.AnyTagClassName
{
color: #EF2CED;
}
</style>
background-color css
<style>
a { background-color: #EF2CED; }
a { background-color: rgb(239,44,237); }
div.DivClassName
{
background-color: #EF2CED;
}
.BgClassName
{
background-color: #EF2CED;
}
</style>
border-color css
<style>
span { border-color: #EF2CED; }
span { border-color: rgb(239,44,237); }
td.TdClassName
{
border-color: #EF2CED;
}
.TagClassName
{
border-color: #EF2CED;
}
</style>