Shades of Razzle Dazzle Rose #EA2EE8
Tints of Razzle Dazzle Rose #EA2EE8
RGB
CMYK
RGB Variations
Color information
#EA2EE8 (or 0xEA2EE8) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and E8. RGB value is (234,46,232). Sum of RGB (Red+Green+Blue) = 234+46+232=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2EE8 is #15D117. Grayscale: #7A7A7A. Windows color (decimal): -1429784 or 15216362. OLE color: 15216362.
HSL color Cylindrical-coordinate representation of color #EA2EE8: hue angle of 300.64º 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 #EA2EE8 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 232 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.08 |
| HSL | 300.64º | 0.82% | 0.55% | - |
| HSV(B) | 300.64º | 0.8% | 0.92% | - |
| XYZ | 49.47 | 25.27 | 78.61 | - |
| YUV | 123.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 232 | 0 | 0.80 | 0.01 | 0.08 | 300.64 | 0.82 | 0.55 |
| Hex | EA | 2E | E8 | 0 | 50 | 1 | 8 | 12D | 52 | 37 |
| Octal | 352 | 56 | 350 | 0 | 120 | 1 | 10 | 455 | 122 | 67 |
| Binary | 11101010 | 101110 | 11101000 | 0 | 1010000 | 1 | 1000 | 100101101 | 1010010 | 110111 |
Color Harmonies of #EA2EE8
Complementary color
Monochromatic Colors of #EA2EE8
Black with #EA2EE8
Text Example
Text Example
White with #EA2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EE8; }
p { color: rgb(234,46,232); }
H1.HeaderClassName
{
color: #EA2EE8;
}
.AnyTagClassName
{
color: #EA2EE8;
}
</style>
background-color css
<style>
a { background-color: #EA2EE8; }
a { background-color: rgb(234,46,232); }
div.DivClassName
{
background-color: #EA2EE8;
}
.BgClassName
{
background-color: #EA2EE8;
}
</style>
border-color css
<style>
span { border-color: #EA2EE8; }
span { border-color: rgb(234,46,232); }
td.TdClassName
{
border-color: #EA2EE8;
}
.TagClassName
{
border-color: #EA2EE8;
}
</style>