Shades of Razzle Dazzle Rose #EF2ED2
Tints of Razzle Dazzle Rose #EF2ED2
RGB
CMYK
RGB Variations
Color information
#EF2ED2 (or 0xEF2ED2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and D2. RGB value is (239,46,210). Sum of RGB (Red+Green+Blue) = 239+46+210=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ED2 is #10D12D. Grayscale: #797979. Windows color (decimal): -1102126 or 13774575. OLE color: 13774575.
HSL color Cylindrical-coordinate representation of color #EF2ED2: hue angle of 309.02º 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 #EF2ED2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 210 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.06 |
| HSL | 309.02º | 0.86% | 0.56% | - |
| HSV(B) | 309.02º | 0.81% | 0.94% | - |
| XYZ | 48.21 | 24.96 | 63.25 | - |
| YUV | 122.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 210 | 0 | 0.81 | 0.12 | 0.06 | 309.02 | 0.86 | 0.56 |
| Hex | EF | 2E | D2 | 0 | 51 | C | 6 | 135 | 56 | 38 |
| Octal | 357 | 56 | 322 | 0 | 121 | 14 | 6 | 465 | 126 | 70 |
| Binary | 11101111 | 101110 | 11010010 | 0 | 1010001 | 1100 | 110 | 100110101 | 1010110 | 111000 |
Color Harmonies of #EF2ED2
Complementary color
Monochromatic Colors of #EF2ED2
Black with #EF2ED2
Text Example
Text Example
White with #EF2ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ED2; }
p { color: rgb(239,46,210); }
H1.HeaderClassName
{
color: #EF2ED2;
}
.AnyTagClassName
{
color: #EF2ED2;
}
</style>
background-color css
<style>
a { background-color: #EF2ED2; }
a { background-color: rgb(239,46,210); }
div.DivClassName
{
background-color: #EF2ED2;
}
.BgClassName
{
background-color: #EF2ED2;
}
</style>
border-color css
<style>
span { border-color: #EF2ED2; }
span { border-color: rgb(239,46,210); }
td.TdClassName
{
border-color: #EF2ED2;
}
.TagClassName
{
border-color: #EF2ED2;
}
</style>