Shades of Razzle Dazzle Rose #EA2EDA
Tints of Razzle Dazzle Rose #EA2EDA
RGB
CMYK
RGB Variations
Color information
#EA2EDA (or 0xEA2EDA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and DA. RGB value is (234,46,218). Sum of RGB (Red+Green+Blue) = 234+46+218=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EDA is #15D125. Grayscale: #797979. Windows color (decimal): -1429798 or 14298858. OLE color: 14298858.
HSL color Cylindrical-coordinate representation of color #EA2EDA: hue angle of 305.11º 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 #EA2EDA is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 218 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.08 |
| HSL | 305.11º | 0.82% | 0.55% | - |
| HSV(B) | 305.11º | 0.8% | 0.92% | - |
| XYZ | 47.56 | 24.51 | 68.55 | - |
| YUV | 121.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 218 | 0 | 0.80 | 0.07 | 0.08 | 305.11 | 0.82 | 0.55 |
| Hex | EA | 2E | DA | 0 | 50 | 7 | 8 | 131 | 52 | 37 |
| Octal | 352 | 56 | 332 | 0 | 120 | 7 | 10 | 461 | 122 | 67 |
| Binary | 11101010 | 101110 | 11011010 | 0 | 1010000 | 111 | 1000 | 100110001 | 1010010 | 110111 |
Color Harmonies of #EA2EDA
Complementary color
Monochromatic Colors of #EA2EDA
Black with #EA2EDA
Text Example
Text Example
White with #EA2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EDA; }
p { color: rgb(234,46,218); }
H1.HeaderClassName
{
color: #EA2EDA;
}
.AnyTagClassName
{
color: #EA2EDA;
}
</style>
background-color css
<style>
a { background-color: #EA2EDA; }
a { background-color: rgb(234,46,218); }
div.DivClassName
{
background-color: #EA2EDA;
}
.BgClassName
{
background-color: #EA2EDA;
}
</style>
border-color css
<style>
span { border-color: #EA2EDA; }
span { border-color: rgb(234,46,218); }
td.TdClassName
{
border-color: #EA2EDA;
}
.TagClassName
{
border-color: #EA2EDA;
}
</style>