Shades of Razzle Dazzle Rose #EA2EDF
Tints of Razzle Dazzle Rose #EA2EDF
RGB
CMYK
RGB Variations
Color information
#EA2EDF (or 0xEA2EDF) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and DF. RGB value is (234,46,223). Sum of RGB (Red+Green+Blue) = 234+46+223=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EDF is #15D120. Grayscale: #797979. Windows color (decimal): -1429793 or 14626538. OLE color: 14626538.
HSL color Cylindrical-coordinate representation of color #EA2EDF: hue angle of 303.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2EDF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 223 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.08 |
| HSL | 303.51º | 0.82% | 0.55% | - |
| HSV(B) | 303.51º | 0.8% | 0.92% | - |
| XYZ | 48.23 | 24.77 | 72.05 | - |
| YUV | 122.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 223 | 0 | 0.80 | 0.05 | 0.08 | 303.51 | 0.82 | 0.55 |
| Hex | EA | 2E | DF | 0 | 50 | 5 | 8 | 130 | 52 | 37 |
| Octal | 352 | 56 | 337 | 0 | 120 | 5 | 10 | 460 | 122 | 67 |
| Binary | 11101010 | 101110 | 11011111 | 0 | 1010000 | 101 | 1000 | 100110000 | 1010010 | 110111 |
Color Harmonies of #EA2EDF
Complementary color
Monochromatic Colors of #EA2EDF
Black with #EA2EDF
Text Example
Text Example
White with #EA2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EDF; }
p { color: rgb(234,46,223); }
H1.HeaderClassName
{
color: #EA2EDF;
}
.AnyTagClassName
{
color: #EA2EDF;
}
</style>
background-color css
<style>
a { background-color: #EA2EDF; }
a { background-color: rgb(234,46,223); }
div.DivClassName
{
background-color: #EA2EDF;
}
.BgClassName
{
background-color: #EA2EDF;
}
</style>
border-color css
<style>
span { border-color: #EA2EDF; }
span { border-color: rgb(234,46,223); }
td.TdClassName
{
border-color: #EA2EDF;
}
.TagClassName
{
border-color: #EA2EDF;
}
</style>