Shades of Razzle Dazzle Rose #EF3ECE
Tints of Razzle Dazzle Rose #EF3ECE
RGB
CMYK
RGB Variations
Color information
#EF3ECE (or 0xEF3ECE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and CE. RGB value is (239,62,206). Sum of RGB (Red+Green+Blue) = 239+62+206=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ECE is #10C131. Grayscale: #828282. Windows color (decimal): -1098034 or 13516527. OLE color: 13516527.
HSL color Cylindrical-coordinate representation of color #EF3ECE: hue angle of 311.19º 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 #EF3ECE is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 206 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.06 |
| HSL | 311.19º | 0.85% | 0.59% | - |
| HSV(B) | 311.19º | 0.74% | 0.94% | - |
| XYZ | 48.46 | 26.25 | 60.91 | - |
| YUV | 131.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 206 | 0 | 0.74 | 0.14 | 0.06 | 311.19 | 0.85 | 0.59 |
| Hex | EF | 3E | CE | 0 | 4A | E | 6 | 137 | 55 | 3B |
| Octal | 357 | 76 | 316 | 0 | 112 | 16 | 6 | 467 | 125 | 73 |
| Binary | 11101111 | 111110 | 11001110 | 0 | 1001010 | 1110 | 110 | 100110111 | 1010101 | 111011 |
Color Harmonies of #EF3ECE
Complementary color
Monochromatic Colors of #EF3ECE
Black with #EF3ECE
Text Example
Text Example
White with #EF3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ECE; }
p { color: rgb(239,62,206); }
H1.HeaderClassName
{
color: #EF3ECE;
}
.AnyTagClassName
{
color: #EF3ECE;
}
</style>
background-color css
<style>
a { background-color: #EF3ECE; }
a { background-color: rgb(239,62,206); }
div.DivClassName
{
background-color: #EF3ECE;
}
.BgClassName
{
background-color: #EF3ECE;
}
</style>
border-color css
<style>
span { border-color: #EF3ECE; }
span { border-color: rgb(239,62,206); }
td.TdClassName
{
border-color: #EF3ECE;
}
.TagClassName
{
border-color: #EF3ECE;
}
</style>