Shades of Razzle Dazzle Rose #EA37DF
Tints of Razzle Dazzle Rose #EA37DF
RGB
CMYK
RGB Variations
Color information
#EA37DF (or 0xEA37DF) is known color: Razzle Dazzle Rose. HEX triplet: EA, 37 and DF. RGB value is (234,55,223). Sum of RGB (Red+Green+Blue) = 234+55+223=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA37DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA37DF is #15C820. Grayscale: #7F7F7F. Windows color (decimal): -1427489 or 14628842. OLE color: 14628842.
HSL color Cylindrical-coordinate representation of color #EA37DF: hue angle of 303.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA37DF is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 223 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.08 |
| HSL | 303.69º | 0.81% | 0.57% | - |
| HSV(B) | 303.69º | 0.76% | 0.92% | - |
| XYZ | 48.62 | 25.55 | 72.18 | - |
| YUV | 127.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 223 | 0 | 0.76 | 0.05 | 0.08 | 303.69 | 0.81 | 0.57 |
| Hex | EA | 37 | DF | 0 | 4C | 5 | 8 | 130 | 51 | 39 |
| Octal | 352 | 67 | 337 | 0 | 114 | 5 | 10 | 460 | 121 | 71 |
| Binary | 11101010 | 110111 | 11011111 | 0 | 1001100 | 101 | 1000 | 100110000 | 1010001 | 111001 |
Color Harmonies of #EA37DF
Complementary color
Monochromatic Colors of #EA37DF
Black with #EA37DF
Text Example
Text Example
White with #EA37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA37DF; }
p { color: rgb(234,55,223); }
H1.HeaderClassName
{
color: #EA37DF;
}
.AnyTagClassName
{
color: #EA37DF;
}
</style>
background-color css
<style>
a { background-color: #EA37DF; }
a { background-color: rgb(234,55,223); }
div.DivClassName
{
background-color: #EA37DF;
}
.BgClassName
{
background-color: #EA37DF;
}
</style>
border-color css
<style>
span { border-color: #EA37DF; }
span { border-color: rgb(234,55,223); }
td.TdClassName
{
border-color: #EA37DF;
}
.TagClassName
{
border-color: #EA37DF;
}
</style>