Shades of Razzle Dazzle Rose #EF4BBB
Tints of Razzle Dazzle Rose #EF4BBB
RGB
CMYK
RGB Variations
Color information
#EF4BBB (or 0xEF4BBB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4B and BB. RGB value is (239,75,187). Sum of RGB (Red+Green+Blue) = 239+75+187=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BBB is #10B444. Grayscale: #888888. Windows color (decimal): -1094725 or 12274671. OLE color: 12274671.
HSL color Cylindrical-coordinate representation of color #EF4BBB: hue angle of 319.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4BBB is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 187 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.06 |
| HSL | 319.02º | 0.84% | 0.62% | - |
| HSV(B) | 319.02º | 0.69% | 0.94% | - |
| XYZ | 47.08 | 26.97 | 49.74 | - |
| YUV | 136.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 187 | 0 | 0.69 | 0.22 | 0.06 | 319.02 | 0.84 | 0.62 |
| Hex | EF | 4B | BB | 0 | 45 | 16 | 6 | 13F | 54 | 3E |
| Octal | 357 | 113 | 273 | 0 | 105 | 26 | 6 | 477 | 124 | 76 |
| Binary | 11101111 | 1001011 | 10111011 | 0 | 1000101 | 10110 | 110 | 100111111 | 1010100 | 111110 |
Color Harmonies of #EF4BBB
Complementary color
Monochromatic Colors of #EF4BBB
Black with #EF4BBB
Text Example
Text Example
White with #EF4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4BBB; }
p { color: rgb(239,75,187); }
H1.HeaderClassName
{
color: #EF4BBB;
}
.AnyTagClassName
{
color: #EF4BBB;
}
</style>
background-color css
<style>
a { background-color: #EF4BBB; }
a { background-color: rgb(239,75,187); }
div.DivClassName
{
background-color: #EF4BBB;
}
.BgClassName
{
background-color: #EF4BBB;
}
</style>
border-color css
<style>
span { border-color: #EF4BBB; }
span { border-color: rgb(239,75,187); }
td.TdClassName
{
border-color: #EF4BBB;
}
.TagClassName
{
border-color: #EF4BBB;
}
</style>