Shades of Razzle Dazzle Rose #EF3FDA
Tints of Razzle Dazzle Rose #EF3FDA
RGB
CMYK
RGB Variations
Color information
#EF3FDA (or 0xEF3FDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and DA. RGB value is (239,63,218). Sum of RGB (Red+Green+Blue) = 239+63+218=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FDA is #10C025. Grayscale: #848484. Windows color (decimal): -1097766 or 14303215. OLE color: 14303215.
HSL color Cylindrical-coordinate representation of color #EF3FDA: hue angle of 307.16º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FDA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 218 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.06 |
| HSL | 307.16º | 0.85% | 0.59% | - |
| HSV(B) | 307.16º | 0.74% | 0.94% | - |
| XYZ | 50.03 | 26.97 | 68.9 | - |
| YUV | 133.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 218 | 0 | 0.74 | 0.09 | 0.06 | 307.16 | 0.85 | 0.59 |
| Hex | EF | 3F | DA | 0 | 4A | 9 | 6 | 133 | 55 | 3B |
| Octal | 357 | 77 | 332 | 0 | 112 | 11 | 6 | 463 | 125 | 73 |
| Binary | 11101111 | 111111 | 11011010 | 0 | 1001010 | 1001 | 110 | 100110011 | 1010101 | 111011 |
Color Harmonies of #EF3FDA
Complementary color
Monochromatic Colors of #EF3FDA
Black with #EF3FDA
Text Example
Text Example
White with #EF3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FDA; }
p { color: rgb(239,63,218); }
H1.HeaderClassName
{
color: #EF3FDA;
}
.AnyTagClassName
{
color: #EF3FDA;
}
</style>
background-color css
<style>
a { background-color: #EF3FDA; }
a { background-color: rgb(239,63,218); }
div.DivClassName
{
background-color: #EF3FDA;
}
.BgClassName
{
background-color: #EF3FDA;
}
</style>
border-color css
<style>
span { border-color: #EF3FDA; }
span { border-color: rgb(239,63,218); }
td.TdClassName
{
border-color: #EF3FDA;
}
.TagClassName
{
border-color: #EF3FDA;
}
</style>