Shades of Razzle Dazzle Rose #EF4DBE
Tints of Razzle Dazzle Rose #EF4DBE
RGB
CMYK
RGB Variations
Color information
#EF4DBE (or 0xEF4DBE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4D and BE. RGB value is (239,77,190). Sum of RGB (Red+Green+Blue) = 239+77+190=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DBE is #10B241. Grayscale: #8A8A8A. Windows color (decimal): -1094210 or 12471791. OLE color: 12471791.
HSL color Cylindrical-coordinate representation of color #EF4DBE: hue angle of 318.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DBE is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 190 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.06 |
| HSL | 318.15º | 0.84% | 0.62% | - |
| HSV(B) | 318.15º | 0.68% | 0.94% | - |
| XYZ | 47.54 | 27.38 | 51.49 | - |
| YUV | 138.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 190 | 0 | 0.68 | 0.21 | 0.06 | 318.15 | 0.84 | 0.62 |
| Hex | EF | 4D | BE | 0 | 44 | 15 | 6 | 13E | 54 | 3E |
| Octal | 357 | 115 | 276 | 0 | 104 | 25 | 6 | 476 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10111110 | 0 | 1000100 | 10101 | 110 | 100111110 | 1010100 | 111110 |
Color Harmonies of #EF4DBE
Complementary color
Monochromatic Colors of #EF4DBE
Black with #EF4DBE
Text Example
Text Example
White with #EF4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DBE; }
p { color: rgb(239,77,190); }
H1.HeaderClassName
{
color: #EF4DBE;
}
.AnyTagClassName
{
color: #EF4DBE;
}
</style>
background-color css
<style>
a { background-color: #EF4DBE; }
a { background-color: rgb(239,77,190); }
div.DivClassName
{
background-color: #EF4DBE;
}
.BgClassName
{
background-color: #EF4DBE;
}
</style>
border-color css
<style>
span { border-color: #EF4DBE; }
span { border-color: rgb(239,77,190); }
td.TdClassName
{
border-color: #EF4DBE;
}
.TagClassName
{
border-color: #EF4DBE;
}
</style>