Shades of Razzle Dazzle Rose #EF1CE0
Tints of Razzle Dazzle Rose #EF1CE0
RGB
CMYK
RGB Variations
Color information
#EF1CE0 (or 0xEF1CE0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and E0. RGB value is (239,28,224). Sum of RGB (Red+Green+Blue) = 239+28+224=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CE0 is #10E31F. Grayscale: #707070. Windows color (decimal): -1106720 or 14687471. OLE color: 14687471.
HSL color Cylindrical-coordinate representation of color #EF1CE0: hue angle of 304.27º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CE0 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 224 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.06 |
| HSL | 304.27º | 0.87% | 0.52% | - |
| HSV(B) | 304.27º | 0.88% | 0.94% | - |
| XYZ | 49.47 | 24.56 | 72.65 | - |
| YUV | 113.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 224 | 0 | 0.88 | 0.06 | 0.06 | 304.27 | 0.87 | 0.52 |
| Hex | EF | 1C | E0 | 0 | 58 | 6 | 6 | 130 | 57 | 34 |
| Octal | 357 | 34 | 340 | 0 | 130 | 6 | 6 | 460 | 127 | 64 |
| Binary | 11101111 | 11100 | 11100000 | 0 | 1011000 | 110 | 110 | 100110000 | 1010111 | 110100 |
Color Harmonies of #EF1CE0
Complementary color
Monochromatic Colors of #EF1CE0
Black with #EF1CE0
Text Example
Text Example
White with #EF1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CE0; }
p { color: rgb(239,28,224); }
H1.HeaderClassName
{
color: #EF1CE0;
}
.AnyTagClassName
{
color: #EF1CE0;
}
</style>
background-color css
<style>
a { background-color: #EF1CE0; }
a { background-color: rgb(239,28,224); }
div.DivClassName
{
background-color: #EF1CE0;
}
.BgClassName
{
background-color: #EF1CE0;
}
</style>
border-color css
<style>
span { border-color: #EF1CE0; }
span { border-color: rgb(239,28,224); }
td.TdClassName
{
border-color: #EF1CE0;
}
.TagClassName
{
border-color: #EF1CE0;
}
</style>