Shades of Razzle Dazzle Rose #EF3AB4
Tints of Razzle Dazzle Rose #EF3AB4
RGB
CMYK
RGB Variations
Color information
#EF3AB4 (or 0xEF3AB4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and B4. RGB value is (239,58,180). Sum of RGB (Red+Green+Blue) = 239+58+180=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3AB4 is #10C54B. Grayscale: #7D7D7D. Windows color (decimal): -1099084 or 11811567. OLE color: 11811567.
HSL color Cylindrical-coordinate representation of color #EF3AB4: hue angle of 319.56º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AB4 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 180 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.06 |
| HSL | 319.56º | 0.85% | 0.58% | - |
| HSV(B) | 319.56º | 0.76% | 0.94% | - |
| XYZ | 45.35 | 24.67 | 45.55 | - |
| YUV | 126.03 | 158.47 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 180 | 0 | 0.76 | 0.25 | 0.06 | 319.56 | 0.85 | 0.58 |
| Hex | EF | 3A | B4 | 0 | 4C | 19 | 6 | 140 | 55 | 3A |
| Octal | 357 | 72 | 264 | 0 | 114 | 31 | 6 | 500 | 125 | 72 |
| Binary | 11101111 | 111010 | 10110100 | 0 | 1001100 | 11001 | 110 | 101000000 | 1010101 | 111010 |
Color Harmonies of #EF3AB4
Complementary color
Monochromatic Colors of #EF3AB4
Black with #EF3AB4
Text Example
Text Example
White with #EF3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AB4; }
p { color: rgb(239,58,180); }
H1.HeaderClassName
{
color: #EF3AB4;
}
.AnyTagClassName
{
color: #EF3AB4;
}
</style>
background-color css
<style>
a { background-color: #EF3AB4; }
a { background-color: rgb(239,58,180); }
div.DivClassName
{
background-color: #EF3AB4;
}
.BgClassName
{
background-color: #EF3AB4;
}
</style>
border-color css
<style>
span { border-color: #EF3AB4; }
span { border-color: rgb(239,58,180); }
td.TdClassName
{
border-color: #EF3AB4;
}
.TagClassName
{
border-color: #EF3AB4;
}
</style>