Shades of Razzle Dazzle Rose #EA2EC4
Tints of Razzle Dazzle Rose #EA2EC4
RGB
CMYK
RGB Variations
Color information
#EA2EC4 (or 0xEA2EC4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and C4. RGB value is (234,46,196). Sum of RGB (Red+Green+Blue) = 234+46+196=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EC4 is #15D13B. Grayscale: #767676. Windows color (decimal): -1429820 or 12857066. OLE color: 12857066.
HSL color Cylindrical-coordinate representation of color #EA2EC4: hue angle of 312.13º 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 #EA2EC4 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 196 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.08 |
| HSL | 312.13º | 0.82% | 0.55% | - |
| HSV(B) | 312.13º | 0.8% | 0.92% | - |
| XYZ | 44.87 | 23.43 | 54.38 | - |
| YUV | 119.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 196 | 0 | 0.80 | 0.16 | 0.08 | 312.13 | 0.82 | 0.55 |
| Hex | EA | 2E | C4 | 0 | 50 | 10 | 8 | 138 | 52 | 37 |
| Octal | 352 | 56 | 304 | 0 | 120 | 20 | 10 | 470 | 122 | 67 |
| Binary | 11101010 | 101110 | 11000100 | 0 | 1010000 | 10000 | 1000 | 100111000 | 1010010 | 110111 |
Color Harmonies of #EA2EC4
Complementary color
Monochromatic Colors of #EA2EC4
Black with #EA2EC4
Text Example
Text Example
White with #EA2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EC4; }
p { color: rgb(234,46,196); }
H1.HeaderClassName
{
color: #EA2EC4;
}
.AnyTagClassName
{
color: #EA2EC4;
}
</style>
background-color css
<style>
a { background-color: #EA2EC4; }
a { background-color: rgb(234,46,196); }
div.DivClassName
{
background-color: #EA2EC4;
}
.BgClassName
{
background-color: #EA2EC4;
}
</style>
border-color css
<style>
span { border-color: #EA2EC4; }
span { border-color: rgb(234,46,196); }
td.TdClassName
{
border-color: #EA2EC4;
}
.TagClassName
{
border-color: #EA2EC4;
}
</style>