Shades of Razzle Dazzle Rose #EF37CB
Tints of Razzle Dazzle Rose #EF37CB
RGB
CMYK
RGB Variations
Color information
#EF37CB (or 0xEF37CB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and CB. RGB value is (239,55,203). Sum of RGB (Red+Green+Blue) = 239+55+203=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37CB is #10C834. Grayscale: #7E7E7E. Windows color (decimal): -1099829 or 13318127. OLE color: 13318127.
HSL color Cylindrical-coordinate representation of color #EF37CB: hue angle of 311.74º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF37CB is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 203 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.06 |
| HSL | 311.74º | 0.85% | 0.58% | - |
| HSV(B) | 311.74º | 0.77% | 0.94% | - |
| XYZ | 47.74 | 25.39 | 58.89 | - |
| YUV | 126.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 203 | 0 | 0.77 | 0.15 | 0.06 | 311.74 | 0.85 | 0.58 |
| Hex | EF | 37 | CB | 0 | 4D | F | 6 | 138 | 55 | 3A |
| Octal | 357 | 67 | 313 | 0 | 115 | 17 | 6 | 470 | 125 | 72 |
| Binary | 11101111 | 110111 | 11001011 | 0 | 1001101 | 1111 | 110 | 100111000 | 1010101 | 111010 |
Color Harmonies of #EF37CB
Complementary color
Monochromatic Colors of #EF37CB
Black with #EF37CB
Text Example
Text Example
White with #EF37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37CB; }
p { color: rgb(239,55,203); }
H1.HeaderClassName
{
color: #EF37CB;
}
.AnyTagClassName
{
color: #EF37CB;
}
</style>
background-color css
<style>
a { background-color: #EF37CB; }
a { background-color: rgb(239,55,203); }
div.DivClassName
{
background-color: #EF37CB;
}
.BgClassName
{
background-color: #EF37CB;
}
</style>
border-color css
<style>
span { border-color: #EF37CB; }
span { border-color: rgb(239,55,203); }
td.TdClassName
{
border-color: #EF37CB;
}
.TagClassName
{
border-color: #EF37CB;
}
</style>