Shades of Razzle Dazzle Rose #EF33C1
Tints of Razzle Dazzle Rose #EF33C1
RGB
CMYK
RGB Variations
Color information
#EF33C1 (or 0xEF33C1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and C1. RGB value is (239,51,193). Sum of RGB (Red+Green+Blue) = 239+51+193=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33C1 is #10CC3E. Grayscale: #7B7B7B. Windows color (decimal): -1100863 or 12661743. OLE color: 12661743.
HSL color Cylindrical-coordinate representation of color #EF33C1: hue angle of 314.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33C1 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 193 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.06 |
| HSL | 314.68º | 0.85% | 0.57% | - |
| HSV(B) | 314.68º | 0.79% | 0.94% | - |
| XYZ | 46.41 | 24.57 | 52.75 | - |
| YUV | 123.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 193 | 0 | 0.79 | 0.19 | 0.06 | 314.68 | 0.85 | 0.57 |
| Hex | EF | 33 | C1 | 0 | 4F | 13 | 6 | 13B | 55 | 39 |
| Octal | 357 | 63 | 301 | 0 | 117 | 23 | 6 | 473 | 125 | 71 |
| Binary | 11101111 | 110011 | 11000001 | 0 | 1001111 | 10011 | 110 | 100111011 | 1010101 | 111001 |
Color Harmonies of #EF33C1
Complementary color
Monochromatic Colors of #EF33C1
Black with #EF33C1
Text Example
Text Example
White with #EF33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33C1; }
p { color: rgb(239,51,193); }
H1.HeaderClassName
{
color: #EF33C1;
}
.AnyTagClassName
{
color: #EF33C1;
}
</style>
background-color css
<style>
a { background-color: #EF33C1; }
a { background-color: rgb(239,51,193); }
div.DivClassName
{
background-color: #EF33C1;
}
.BgClassName
{
background-color: #EF33C1;
}
</style>
border-color css
<style>
span { border-color: #EF33C1; }
span { border-color: rgb(239,51,193); }
td.TdClassName
{
border-color: #EF33C1;
}
.TagClassName
{
border-color: #EF33C1;
}
</style>