Shades of Razzle Dazzle Rose #EA2CE4
Tints of Razzle Dazzle Rose #EA2CE4
RGB
CMYK
RGB Variations
Color information
#EA2CE4 (or 0xEA2CE4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2C and E4. RGB value is (234,44,228). Sum of RGB (Red+Green+Blue) = 234+44+228=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2CE4 is #15D31B. Grayscale: #797979. Windows color (decimal): -1430300 or 14953706. OLE color: 14953706.
HSL color Cylindrical-coordinate representation of color #EA2CE4: hue angle of 301.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2CE4 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 228 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.08 |
| HSL | 301.89º | 0.82% | 0.55% | - |
| HSV(B) | 301.89º | 0.81% | 0.92% | - |
| XYZ | 48.84 | 24.9 | 75.63 | - |
| YUV | 121.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 228 | 0 | 0.81 | 0.03 | 0.08 | 301.89 | 0.82 | 0.55 |
| Hex | EA | 2C | E4 | 0 | 51 | 3 | 8 | 12E | 52 | 37 |
| Octal | 352 | 54 | 344 | 0 | 121 | 3 | 10 | 456 | 122 | 67 |
| Binary | 11101010 | 101100 | 11100100 | 0 | 1010001 | 11 | 1000 | 100101110 | 1010010 | 110111 |
Color Harmonies of #EA2CE4
Complementary color
Monochromatic Colors of #EA2CE4
Black with #EA2CE4
Text Example
Text Example
White with #EA2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2CE4; }
p { color: rgb(234,44,228); }
H1.HeaderClassName
{
color: #EA2CE4;
}
.AnyTagClassName
{
color: #EA2CE4;
}
</style>
background-color css
<style>
a { background-color: #EA2CE4; }
a { background-color: rgb(234,44,228); }
div.DivClassName
{
background-color: #EA2CE4;
}
.BgClassName
{
background-color: #EA2CE4;
}
</style>
border-color css
<style>
span { border-color: #EA2CE4; }
span { border-color: rgb(234,44,228); }
td.TdClassName
{
border-color: #EA2CE4;
}
.TagClassName
{
border-color: #EA2CE4;
}
</style>