Shades of Razzle Dazzle Rose #EF3DCC
Tints of Razzle Dazzle Rose #EF3DCC
RGB
CMYK
RGB Variations
Color information
#EF3DCC (or 0xEF3DCC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and CC. RGB value is (239,61,204). Sum of RGB (Red+Green+Blue) = 239+61+204=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DCC is #10C233. Grayscale: #828282. Windows color (decimal): -1098292 or 13385199. OLE color: 13385199.
HSL color Cylindrical-coordinate representation of color #EF3DCC: hue angle of 311.8º 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 #EF3DCC is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 204 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.06 |
| HSL | 311.8º | 0.85% | 0.59% | - |
| HSV(B) | 311.8º | 0.74% | 0.94% | - |
| XYZ | 48.16 | 26.05 | 59.62 | - |
| YUV | 130.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 204 | 0 | 0.74 | 0.15 | 0.06 | 311.8 | 0.85 | 0.59 |
| Hex | EF | 3D | CC | 0 | 4A | F | 6 | 138 | 55 | 3B |
| Octal | 357 | 75 | 314 | 0 | 112 | 17 | 6 | 470 | 125 | 73 |
| Binary | 11101111 | 111101 | 11001100 | 0 | 1001010 | 1111 | 110 | 100111000 | 1010101 | 111011 |
Color Harmonies of #EF3DCC
Complementary color
Monochromatic Colors of #EF3DCC
Black with #EF3DCC
Text Example
Text Example
White with #EF3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DCC; }
p { color: rgb(239,61,204); }
H1.HeaderClassName
{
color: #EF3DCC;
}
.AnyTagClassName
{
color: #EF3DCC;
}
</style>
background-color css
<style>
a { background-color: #EF3DCC; }
a { background-color: rgb(239,61,204); }
div.DivClassName
{
background-color: #EF3DCC;
}
.BgClassName
{
background-color: #EF3DCC;
}
</style>
border-color css
<style>
span { border-color: #EF3DCC; }
span { border-color: rgb(239,61,204); }
td.TdClassName
{
border-color: #EF3DCC;
}
.TagClassName
{
border-color: #EF3DCC;
}
</style>