Shades of Razzle Dazzle Rose #EF38DA
Tints of Razzle Dazzle Rose #EF38DA
RGB
CMYK
RGB Variations
Color information
#EF38DA (or 0xEF38DA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 38 and DA. RGB value is (239,56,218). Sum of RGB (Red+Green+Blue) = 239+56+218=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF38DA is #10C725. Grayscale: #808080. Windows color (decimal): -1099558 or 14301423. OLE color: 14301423.
HSL color Cylindrical-coordinate representation of color #EF38DA: hue angle of 306.89º 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 #EF38DA is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 218 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.06 |
| HSL | 306.89º | 0.85% | 0.58% | - |
| HSV(B) | 306.89º | 0.77% | 0.94% | - |
| XYZ | 49.67 | 26.24 | 68.78 | - |
| YUV | 129.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 218 | 0 | 0.77 | 0.09 | 0.06 | 306.89 | 0.85 | 0.58 |
| Hex | EF | 38 | DA | 0 | 4D | 9 | 6 | 133 | 55 | 3A |
| Octal | 357 | 70 | 332 | 0 | 115 | 11 | 6 | 463 | 125 | 72 |
| Binary | 11101111 | 111000 | 11011010 | 0 | 1001101 | 1001 | 110 | 100110011 | 1010101 | 111010 |
Color Harmonies of #EF38DA
Complementary color
Monochromatic Colors of #EF38DA
Black with #EF38DA
Text Example
Text Example
White with #EF38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF38DA; }
p { color: rgb(239,56,218); }
H1.HeaderClassName
{
color: #EF38DA;
}
.AnyTagClassName
{
color: #EF38DA;
}
</style>
background-color css
<style>
a { background-color: #EF38DA; }
a { background-color: rgb(239,56,218); }
div.DivClassName
{
background-color: #EF38DA;
}
.BgClassName
{
background-color: #EF38DA;
}
</style>
border-color css
<style>
span { border-color: #EF38DA; }
span { border-color: rgb(239,56,218); }
td.TdClassName
{
border-color: #EF38DA;
}
.TagClassName
{
border-color: #EF38DA;
}
</style>