Shades of Razzle Dazzle Rose #EF1ED5
Tints of Razzle Dazzle Rose #EF1ED5
RGB
CMYK
RGB Variations
Color information
#EF1ED5 (or 0xEF1ED5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1E and D5. RGB value is (239,30,213). Sum of RGB (Red+Green+Blue) = 239+30+213=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ED5 is #10E12A. Grayscale: #707070. Windows color (decimal): -1106219 or 13967087. OLE color: 13967087.
HSL color Cylindrical-coordinate representation of color #EF1ED5: hue angle of 307.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 213 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.06 |
| HSL | 307.46º | 0.87% | 0.53% | - |
| HSV(B) | 307.46º | 0.87% | 0.94% | - |
| XYZ | 48.07 | 24.08 | 65.07 | - |
| YUV | 113.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 213 | 0 | 0.87 | 0.11 | 0.06 | 307.46 | 0.87 | 0.53 |
| Hex | EF | 1E | D5 | 0 | 57 | B | 6 | 133 | 57 | 35 |
| Octal | 357 | 36 | 325 | 0 | 127 | 13 | 6 | 463 | 127 | 65 |
| Binary | 11101111 | 11110 | 11010101 | 0 | 1010111 | 1011 | 110 | 100110011 | 1010111 | 110101 |
Color Harmonies of #EF1ED5
Complementary color
Monochromatic Colors of #EF1ED5
Black with #EF1ED5
Text Example
Text Example
White with #EF1ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ED5; }
p { color: rgb(239,30,213); }
H1.HeaderClassName
{
color: #EF1ED5;
}
.AnyTagClassName
{
color: #EF1ED5;
}
</style>
background-color css
<style>
a { background-color: #EF1ED5; }
a { background-color: rgb(239,30,213); }
div.DivClassName
{
background-color: #EF1ED5;
}
.BgClassName
{
background-color: #EF1ED5;
}
</style>
border-color css
<style>
span { border-color: #EF1ED5; }
span { border-color: rgb(239,30,213); }
td.TdClassName
{
border-color: #EF1ED5;
}
.TagClassName
{
border-color: #EF1ED5;
}
</style>