Shades of Razzle Dazzle Rose #EF3ACC
Tints of Razzle Dazzle Rose #EF3ACC
RGB
CMYK
RGB Variations
Color information
#EF3ACC (or 0xEF3ACC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and CC. RGB value is (239,58,204). Sum of RGB (Red+Green+Blue) = 239+58+204=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ACC is #10C533. Grayscale: #808080. Windows color (decimal): -1099060 or 13384431. OLE color: 13384431.
HSL color Cylindrical-coordinate representation of color #EF3ACC: hue angle of 311.6º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3ACC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 204 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.06 |
| HSL | 311.6º | 0.85% | 0.58% | - |
| HSV(B) | 311.6º | 0.76% | 0.94% | - |
| XYZ | 48.01 | 25.74 | 59.56 | - |
| YUV | 128.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 204 | 0 | 0.76 | 0.15 | 0.06 | 311.6 | 0.85 | 0.58 |
| Hex | EF | 3A | CC | 0 | 4C | F | 6 | 138 | 55 | 3A |
| Octal | 357 | 72 | 314 | 0 | 114 | 17 | 6 | 470 | 125 | 72 |
| Binary | 11101111 | 111010 | 11001100 | 0 | 1001100 | 1111 | 110 | 100111000 | 1010101 | 111010 |
Color Harmonies of #EF3ACC
Complementary color
Monochromatic Colors of #EF3ACC
Black with #EF3ACC
Text Example
Text Example
White with #EF3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ACC; }
p { color: rgb(239,58,204); }
H1.HeaderClassName
{
color: #EF3ACC;
}
.AnyTagClassName
{
color: #EF3ACC;
}
</style>
background-color css
<style>
a { background-color: #EF3ACC; }
a { background-color: rgb(239,58,204); }
div.DivClassName
{
background-color: #EF3ACC;
}
.BgClassName
{
background-color: #EF3ACC;
}
</style>
border-color css
<style>
span { border-color: #EF3ACC; }
span { border-color: rgb(239,58,204); }
td.TdClassName
{
border-color: #EF3ACC;
}
.TagClassName
{
border-color: #EF3ACC;
}
</style>