Shades of Razzle Dazzle Rose #EF3AE1
Tints of Razzle Dazzle Rose #EF3AE1
RGB
CMYK
RGB Variations
Color information
#EF3AE1 (or 0xEF3AE1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and E1. RGB value is (239,58,225). Sum of RGB (Red+Green+Blue) = 239+58+225=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3AE1 is #10C51E. Grayscale: #828282. Windows color (decimal): -1099039 or 14760687. OLE color: 14760687.
HSL color Cylindrical-coordinate representation of color #EF3AE1: hue angle of 304.64º 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 #EF3AE1 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 225 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.06 |
| HSL | 304.64º | 0.85% | 0.58% | - |
| HSV(B) | 304.64º | 0.76% | 0.94% | - |
| XYZ | 50.7 | 26.81 | 73.74 | - |
| YUV | 131.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 225 | 0 | 0.76 | 0.06 | 0.06 | 304.64 | 0.85 | 0.58 |
| Hex | EF | 3A | E1 | 0 | 4C | 6 | 6 | 131 | 55 | 3A |
| Octal | 357 | 72 | 341 | 0 | 114 | 6 | 6 | 461 | 125 | 72 |
| Binary | 11101111 | 111010 | 11100001 | 0 | 1001100 | 110 | 110 | 100110001 | 1010101 | 111010 |
Color Harmonies of #EF3AE1
Complementary color
Monochromatic Colors of #EF3AE1
Black with #EF3AE1
Text Example
Text Example
White with #EF3AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AE1; }
p { color: rgb(239,58,225); }
H1.HeaderClassName
{
color: #EF3AE1;
}
.AnyTagClassName
{
color: #EF3AE1;
}
</style>
background-color css
<style>
a { background-color: #EF3AE1; }
a { background-color: rgb(239,58,225); }
div.DivClassName
{
background-color: #EF3AE1;
}
.BgClassName
{
background-color: #EF3AE1;
}
</style>
border-color css
<style>
span { border-color: #EF3AE1; }
span { border-color: rgb(239,58,225); }
td.TdClassName
{
border-color: #EF3AE1;
}
.TagClassName
{
border-color: #EF3AE1;
}
</style>