Shades of Razzle Dazzle Rose #EA2EE7
Tints of Razzle Dazzle Rose #EA2EE7
RGB
CMYK
RGB Variations
Color information
#EA2EE7 (or 0xEA2EE7) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and E7. RGB value is (234,46,231). Sum of RGB (Red+Green+Blue) = 234+46+231=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2EE7 is #15D118. Grayscale: #7A7A7A. Windows color (decimal): -1429785 or 15150826. OLE color: 15150826.
HSL color Cylindrical-coordinate representation of color #EA2EE7: hue angle of 300.96º 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 #EA2EE7 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 231 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.08 |
| HSL | 300.96º | 0.82% | 0.55% | - |
| HSV(B) | 300.96º | 0.8% | 0.92% | - |
| XYZ | 49.33 | 25.22 | 77.87 | - |
| YUV | 123.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 231 | 0 | 0.80 | 0.01 | 0.08 | 300.96 | 0.82 | 0.55 |
| Hex | EA | 2E | E7 | 0 | 50 | 1 | 8 | 12D | 52 | 37 |
| Octal | 352 | 56 | 347 | 0 | 120 | 1 | 10 | 455 | 122 | 67 |
| Binary | 11101010 | 101110 | 11100111 | 0 | 1010000 | 1 | 1000 | 100101101 | 1010010 | 110111 |
Color Harmonies of #EA2EE7
Complementary color
Monochromatic Colors of #EA2EE7
Black with #EA2EE7
Text Example
Text Example
White with #EA2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EE7; }
p { color: rgb(234,46,231); }
H1.HeaderClassName
{
color: #EA2EE7;
}
.AnyTagClassName
{
color: #EA2EE7;
}
</style>
background-color css
<style>
a { background-color: #EA2EE7; }
a { background-color: rgb(234,46,231); }
div.DivClassName
{
background-color: #EA2EE7;
}
.BgClassName
{
background-color: #EA2EE7;
}
</style>
border-color css
<style>
span { border-color: #EA2EE7; }
span { border-color: rgb(234,46,231); }
td.TdClassName
{
border-color: #EA2EE7;
}
.TagClassName
{
border-color: #EA2EE7;
}
</style>