Shades of Razzle Dazzle Rose #EA2EE2
Tints of Razzle Dazzle Rose #EA2EE2
RGB
CMYK
RGB Variations
Color information
#EA2EE2 (or 0xEA2EE2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and E2. RGB value is (234,46,226). Sum of RGB (Red+Green+Blue) = 234+46+226=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EE2 is #15D11D. Grayscale: #7A7A7A. Windows color (decimal): -1429790 or 14823146. OLE color: 14823146.
HSL color Cylindrical-coordinate representation of color #EA2EE2: hue angle of 302.55º 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 #EA2EE2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 226 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.08 |
| HSL | 302.55º | 0.82% | 0.55% | - |
| HSV(B) | 302.55º | 0.8% | 0.92% | - |
| XYZ | 48.64 | 24.94 | 74.2 | - |
| YUV | 122.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 226 | 0 | 0.80 | 0.03 | 0.08 | 302.55 | 0.82 | 0.55 |
| Hex | EA | 2E | E2 | 0 | 50 | 3 | 8 | 12F | 52 | 37 |
| Octal | 352 | 56 | 342 | 0 | 120 | 3 | 10 | 457 | 122 | 67 |
| Binary | 11101010 | 101110 | 11100010 | 0 | 1010000 | 11 | 1000 | 100101111 | 1010010 | 110111 |
Color Harmonies of #EA2EE2
Complementary color
Monochromatic Colors of #EA2EE2
Black with #EA2EE2
Text Example
Text Example
White with #EA2EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EE2; }
p { color: rgb(234,46,226); }
H1.HeaderClassName
{
color: #EA2EE2;
}
.AnyTagClassName
{
color: #EA2EE2;
}
</style>
background-color css
<style>
a { background-color: #EA2EE2; }
a { background-color: rgb(234,46,226); }
div.DivClassName
{
background-color: #EA2EE2;
}
.BgClassName
{
background-color: #EA2EE2;
}
</style>
border-color css
<style>
span { border-color: #EA2EE2; }
span { border-color: rgb(234,46,226); }
td.TdClassName
{
border-color: #EA2EE2;
}
.TagClassName
{
border-color: #EA2EE2;
}
</style>