Shades of Razzle Dazzle Rose #EA2AD4
Tints of Razzle Dazzle Rose #EA2AD4
RGB
CMYK
RGB Variations
Color information
#EA2AD4 (or 0xEA2AD4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2A and D4. RGB value is (234,42,212). Sum of RGB (Red+Green+Blue) = 234+42+212=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AD4 is #15D52B. Grayscale: #767676. Windows color (decimal): -1430828 or 13904618. OLE color: 13904618.
HSL color Cylindrical-coordinate representation of color #EA2AD4: hue angle of 306.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2AD4 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 212 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.08 |
| HSL | 306.88º | 0.82% | 0.54% | - |
| HSV(B) | 306.88º | 0.82% | 0.92% | - |
| XYZ | 46.64 | 23.9 | 64.44 | - |
| YUV | 118.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 212 | 0 | 0.82 | 0.09 | 0.08 | 306.88 | 0.82 | 0.54 |
| Hex | EA | 2A | D4 | 0 | 52 | 9 | 8 | 133 | 52 | 36 |
| Octal | 352 | 52 | 324 | 0 | 122 | 11 | 10 | 463 | 122 | 66 |
| Binary | 11101010 | 101010 | 11010100 | 0 | 1010010 | 1001 | 1000 | 100110011 | 1010010 | 110110 |
Color Harmonies of #EA2AD4
Complementary color
Monochromatic Colors of #EA2AD4
Black with #EA2AD4
Text Example
Text Example
White with #EA2AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AD4; }
p { color: rgb(234,42,212); }
H1.HeaderClassName
{
color: #EA2AD4;
}
.AnyTagClassName
{
color: #EA2AD4;
}
</style>
background-color css
<style>
a { background-color: #EA2AD4; }
a { background-color: rgb(234,42,212); }
div.DivClassName
{
background-color: #EA2AD4;
}
.BgClassName
{
background-color: #EA2AD4;
}
</style>
border-color css
<style>
span { border-color: #EA2AD4; }
span { border-color: rgb(234,42,212); }
td.TdClassName
{
border-color: #EA2AD4;
}
.TagClassName
{
border-color: #EA2AD4;
}
</style>