Shades of Razzle Dazzle Rose #EF3EC3
Tints of Razzle Dazzle Rose #EF3EC3
RGB
CMYK
RGB Variations
Color information
#EF3EC3 (or 0xEF3EC3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and C3. RGB value is (239,62,195). Sum of RGB (Red+Green+Blue) = 239+62+195=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3EC3 is #10C13C. Grayscale: #818181. Windows color (decimal): -1098045 or 12795631. OLE color: 12795631.
HSL color Cylindrical-coordinate representation of color #EF3EC3: hue angle of 314.92º 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 #EF3EC3 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 195 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.06 |
| HSL | 314.92º | 0.85% | 0.59% | - |
| HSV(B) | 314.92º | 0.74% | 0.94% | - |
| XYZ | 47.17 | 25.74 | 54.11 | - |
| YUV | 130.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 195 | 0 | 0.74 | 0.18 | 0.06 | 314.92 | 0.85 | 0.59 |
| Hex | EF | 3E | C3 | 0 | 4A | 12 | 6 | 13B | 55 | 3B |
| Octal | 357 | 76 | 303 | 0 | 112 | 22 | 6 | 473 | 125 | 73 |
| Binary | 11101111 | 111110 | 11000011 | 0 | 1001010 | 10010 | 110 | 100111011 | 1010101 | 111011 |
Color Harmonies of #EF3EC3
Complementary color
Monochromatic Colors of #EF3EC3
Black with #EF3EC3
Text Example
Text Example
White with #EF3EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3EC3; }
p { color: rgb(239,62,195); }
H1.HeaderClassName
{
color: #EF3EC3;
}
.AnyTagClassName
{
color: #EF3EC3;
}
</style>
background-color css
<style>
a { background-color: #EF3EC3; }
a { background-color: rgb(239,62,195); }
div.DivClassName
{
background-color: #EF3EC3;
}
.BgClassName
{
background-color: #EF3EC3;
}
</style>
border-color css
<style>
span { border-color: #EF3EC3; }
span { border-color: rgb(239,62,195); }
td.TdClassName
{
border-color: #EF3EC3;
}
.TagClassName
{
border-color: #EF3EC3;
}
</style>