Shades of Razzle Dazzle Rose #EA1EE4
Tints of Razzle Dazzle Rose #EA1EE4
RGB
CMYK
RGB Variations
Color information
#EA1EE4 (or 0xEA1EE4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 1E and E4. RGB value is (234,30,228). Sum of RGB (Red+Green+Blue) = 234+30+228=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1EE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1EE4 is #15E11B. Grayscale: #707070. Windows color (decimal): -1433884 or 14950122. OLE color: 14950122.
HSL color Cylindrical-coordinate representation of color #EA1EE4: hue angle of 301.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1EE4 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 228 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.08 |
| HSL | 301.76º | 0.83% | 0.52% | - |
| HSV(B) | 301.76º | 0.87% | 0.92% | - |
| XYZ | 48.4 | 24.02 | 75.48 | - |
| YUV | 113.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 228 | 0 | 0.87 | 0.03 | 0.08 | 301.76 | 0.83 | 0.52 |
| Hex | EA | 1E | E4 | 0 | 57 | 3 | 8 | 12E | 53 | 34 |
| Octal | 352 | 36 | 344 | 0 | 127 | 3 | 10 | 456 | 123 | 64 |
| Binary | 11101010 | 11110 | 11100100 | 0 | 1010111 | 11 | 1000 | 100101110 | 1010011 | 110100 |
Color Harmonies of #EA1EE4
Complementary color
Monochromatic Colors of #EA1EE4
Black with #EA1EE4
Text Example
Text Example
White with #EA1EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1EE4; }
p { color: rgb(234,30,228); }
H1.HeaderClassName
{
color: #EA1EE4;
}
.AnyTagClassName
{
color: #EA1EE4;
}
</style>
background-color css
<style>
a { background-color: #EA1EE4; }
a { background-color: rgb(234,30,228); }
div.DivClassName
{
background-color: #EA1EE4;
}
.BgClassName
{
background-color: #EA1EE4;
}
</style>
border-color css
<style>
span { border-color: #EA1EE4; }
span { border-color: rgb(234,30,228); }
td.TdClassName
{
border-color: #EA1EE4;
}
.TagClassName
{
border-color: #EA1EE4;
}
</style>