Shades of Razzle Dazzle Rose #EF30C5
Tints of Razzle Dazzle Rose #EF30C5
RGB
CMYK
RGB Variations
Color information
#EF30C5 (or 0xEF30C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and C5. RGB value is (239,48,197). Sum of RGB (Red+Green+Blue) = 239+48+197=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30C5 is #10CF3A. Grayscale: #797979. Windows color (decimal): -1101627 or 12923119. OLE color: 12923119.
HSL color Cylindrical-coordinate representation of color #EF30C5: hue angle of 313.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30C5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 197 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.06 |
| HSL | 313.19º | 0.86% | 0.56% | - |
| HSV(B) | 313.19º | 0.8% | 0.94% | - |
| XYZ | 46.73 | 24.5 | 55.09 | - |
| YUV | 122.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 197 | 0 | 0.80 | 0.18 | 0.06 | 313.19 | 0.86 | 0.56 |
| Hex | EF | 30 | C5 | 0 | 50 | 12 | 6 | 139 | 56 | 38 |
| Octal | 357 | 60 | 305 | 0 | 120 | 22 | 6 | 471 | 126 | 70 |
| Binary | 11101111 | 110000 | 11000101 | 0 | 1010000 | 10010 | 110 | 100111001 | 1010110 | 111000 |
Color Harmonies of #EF30C5
Complementary color
Monochromatic Colors of #EF30C5
Black with #EF30C5
Text Example
Text Example
White with #EF30C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30C5; }
p { color: rgb(239,48,197); }
H1.HeaderClassName
{
color: #EF30C5;
}
.AnyTagClassName
{
color: #EF30C5;
}
</style>
background-color css
<style>
a { background-color: #EF30C5; }
a { background-color: rgb(239,48,197); }
div.DivClassName
{
background-color: #EF30C5;
}
.BgClassName
{
background-color: #EF30C5;
}
</style>
border-color css
<style>
span { border-color: #EF30C5; }
span { border-color: rgb(239,48,197); }
td.TdClassName
{
border-color: #EF30C5;
}
.TagClassName
{
border-color: #EF30C5;
}
</style>