Shades of Razzle Dazzle Rose #EF30CB
Tints of Razzle Dazzle Rose #EF30CB
RGB
CMYK
RGB Variations
Color information
#EF30CB (or 0xEF30CB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and CB. RGB value is (239,48,203). Sum of RGB (Red+Green+Blue) = 239+48+203=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30CB is #10CF34. Grayscale: #7A7A7A. Windows color (decimal): -1101621 or 13316335. OLE color: 13316335.
HSL color Cylindrical-coordinate representation of color #EF30CB: hue angle of 311.31º 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 #EF30CB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 203 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.06 |
| HSL | 311.31º | 0.86% | 0.56% | - |
| HSV(B) | 311.31º | 0.8% | 0.94% | - |
| XYZ | 47.43 | 24.78 | 58.78 | - |
| YUV | 122.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 203 | 0 | 0.80 | 0.15 | 0.06 | 311.31 | 0.86 | 0.56 |
| Hex | EF | 30 | CB | 0 | 50 | F | 6 | 137 | 56 | 38 |
| Octal | 357 | 60 | 313 | 0 | 120 | 17 | 6 | 467 | 126 | 70 |
| Binary | 11101111 | 110000 | 11001011 | 0 | 1010000 | 1111 | 110 | 100110111 | 1010110 | 111000 |
Color Harmonies of #EF30CB
Complementary color
Monochromatic Colors of #EF30CB
Black with #EF30CB
Text Example
Text Example
White with #EF30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30CB; }
p { color: rgb(239,48,203); }
H1.HeaderClassName
{
color: #EF30CB;
}
.AnyTagClassName
{
color: #EF30CB;
}
</style>
background-color css
<style>
a { background-color: #EF30CB; }
a { background-color: rgb(239,48,203); }
div.DivClassName
{
background-color: #EF30CB;
}
.BgClassName
{
background-color: #EF30CB;
}
</style>
border-color css
<style>
span { border-color: #EF30CB; }
span { border-color: rgb(239,48,203); }
td.TdClassName
{
border-color: #EF30CB;
}
.TagClassName
{
border-color: #EF30CB;
}
</style>