Shades of Razzle Dazzle Rose #EF35D3
Tints of Razzle Dazzle Rose #EF35D3
RGB
CMYK
RGB Variations
Color information
#EF35D3 (or 0xEF35D3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 35 and D3. RGB value is (239,53,211). Sum of RGB (Red+Green+Blue) = 239+53+211=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF35D3 is #10CA2C. Grayscale: #7E7E7E. Windows color (decimal): -1100333 or 13841903. OLE color: 13841903.
HSL color Cylindrical-coordinate representation of color #EF35D3: hue angle of 309.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF35D3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 211 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.06 |
| HSL | 309.03º | 0.85% | 0.57% | - |
| HSV(B) | 309.03º | 0.78% | 0.94% | - |
| XYZ | 48.63 | 25.6 | 64.01 | - |
| YUV | 126.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 211 | 0 | 0.78 | 0.12 | 0.06 | 309.03 | 0.85 | 0.57 |
| Hex | EF | 35 | D3 | 0 | 4E | C | 6 | 135 | 55 | 39 |
| Octal | 357 | 65 | 323 | 0 | 116 | 14 | 6 | 465 | 125 | 71 |
| Binary | 11101111 | 110101 | 11010011 | 0 | 1001110 | 1100 | 110 | 100110101 | 1010101 | 111001 |
Color Harmonies of #EF35D3
Complementary color
Monochromatic Colors of #EF35D3
Black with #EF35D3
Text Example
Text Example
White with #EF35D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF35D3; }
p { color: rgb(239,53,211); }
H1.HeaderClassName
{
color: #EF35D3;
}
.AnyTagClassName
{
color: #EF35D3;
}
</style>
background-color css
<style>
a { background-color: #EF35D3; }
a { background-color: rgb(239,53,211); }
div.DivClassName
{
background-color: #EF35D3;
}
.BgClassName
{
background-color: #EF35D3;
}
</style>
border-color css
<style>
span { border-color: #EF35D3; }
span { border-color: rgb(239,53,211); }
td.TdClassName
{
border-color: #EF35D3;
}
.TagClassName
{
border-color: #EF35D3;
}
</style>