Shades of Razzle Dazzle Rose #EA2EE6
Tints of Razzle Dazzle Rose #EA2EE6
RGB
CMYK
RGB Variations
Color information
#EA2EE6 (or 0xEA2EE6) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and E6. RGB value is (234,46,230). Sum of RGB (Red+Green+Blue) = 234+46+230=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2EE6 is #15D119. Grayscale: #7A7A7A. Windows color (decimal): -1429786 or 15085290. OLE color: 15085290.
HSL color Cylindrical-coordinate representation of color #EA2EE6: hue angle of 301.28º 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 #EA2EE6 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 230 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.08 |
| HSL | 301.28º | 0.82% | 0.55% | - |
| HSV(B) | 301.28º | 0.8% | 0.92% | - |
| XYZ | 49.19 | 25.16 | 77.13 | - |
| YUV | 123.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 230 | 0 | 0.80 | 0.02 | 0.08 | 301.28 | 0.82 | 0.55 |
| Hex | EA | 2E | E6 | 0 | 50 | 2 | 8 | 12D | 52 | 37 |
| Octal | 352 | 56 | 346 | 0 | 120 | 2 | 10 | 455 | 122 | 67 |
| Binary | 11101010 | 101110 | 11100110 | 0 | 1010000 | 10 | 1000 | 100101101 | 1010010 | 110111 |
Color Harmonies of #EA2EE6
Complementary color
Monochromatic Colors of #EA2EE6
Black with #EA2EE6
Text Example
Text Example
White with #EA2EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EE6; }
p { color: rgb(234,46,230); }
H1.HeaderClassName
{
color: #EA2EE6;
}
.AnyTagClassName
{
color: #EA2EE6;
}
</style>
background-color css
<style>
a { background-color: #EA2EE6; }
a { background-color: rgb(234,46,230); }
div.DivClassName
{
background-color: #EA2EE6;
}
.BgClassName
{
background-color: #EA2EE6;
}
</style>
border-color css
<style>
span { border-color: #EA2EE6; }
span { border-color: rgb(234,46,230); }
td.TdClassName
{
border-color: #EA2EE6;
}
.TagClassName
{
border-color: #EA2EE6;
}
</style>