Shades of Razzle Dazzle Rose #EA27E5
Tints of Razzle Dazzle Rose #EA27E5
RGB
CMYK
RGB Variations
Color information
#EA27E5 (or 0xEA27E5) is known color: Razzle Dazzle Rose. HEX triplet: EA, 27 and E5. RGB value is (234,39,229). Sum of RGB (Red+Green+Blue) = 234+39+229=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27E5 is #15D81A. Grayscale: #767676. Windows color (decimal): -1431579 or 15017962. OLE color: 15017962.
HSL color Cylindrical-coordinate representation of color #EA27E5: hue angle of 301.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA27E5 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 229 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.08 |
| HSL | 301.54º | 0.82% | 0.54% | - |
| HSV(B) | 301.54º | 0.83% | 0.92% | - |
| XYZ | 48.8 | 24.6 | 76.31 | - |
| YUV | 118.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 229 | 0 | 0.83 | 0.02 | 0.08 | 301.54 | 0.82 | 0.54 |
| Hex | EA | 27 | E5 | 0 | 53 | 2 | 8 | 12E | 52 | 36 |
| Octal | 352 | 47 | 345 | 0 | 123 | 2 | 10 | 456 | 122 | 66 |
| Binary | 11101010 | 100111 | 11100101 | 0 | 1010011 | 10 | 1000 | 100101110 | 1010010 | 110110 |
Color Harmonies of #EA27E5
Complementary color
Monochromatic Colors of #EA27E5
Black with #EA27E5
Text Example
Text Example
White with #EA27E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27E5; }
p { color: rgb(234,39,229); }
H1.HeaderClassName
{
color: #EA27E5;
}
.AnyTagClassName
{
color: #EA27E5;
}
</style>
background-color css
<style>
a { background-color: #EA27E5; }
a { background-color: rgb(234,39,229); }
div.DivClassName
{
background-color: #EA27E5;
}
.BgClassName
{
background-color: #EA27E5;
}
</style>
border-color css
<style>
span { border-color: #EA27E5; }
span { border-color: rgb(234,39,229); }
td.TdClassName
{
border-color: #EA27E5;
}
.TagClassName
{
border-color: #EA27E5;
}
</style>