Shades of Razzle Dazzle Rose #EA27E3
Tints of Razzle Dazzle Rose #EA27E3
RGB
CMYK
RGB Variations
Color information
#EA27E3 (or 0xEA27E3) is known color: Razzle Dazzle Rose. HEX triplet: EA, 27 and E3. RGB value is (234,39,227). Sum of RGB (Red+Green+Blue) = 234+39+227=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27E3 is #15D81C. Grayscale: #767676. Windows color (decimal): -1431581 or 14886890. OLE color: 14886890.
HSL color Cylindrical-coordinate representation of color #EA27E3: hue angle of 302.15º 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 #EA27E3 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 227 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.08 |
| HSL | 302.15º | 0.82% | 0.54% | - |
| HSV(B) | 302.15º | 0.83% | 0.92% | - |
| XYZ | 48.52 | 24.49 | 74.84 | - |
| YUV | 118.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 227 | 0 | 0.83 | 0.03 | 0.08 | 302.15 | 0.82 | 0.54 |
| Hex | EA | 27 | E3 | 0 | 53 | 3 | 8 | 12E | 52 | 36 |
| Octal | 352 | 47 | 343 | 0 | 123 | 3 | 10 | 456 | 122 | 66 |
| Binary | 11101010 | 100111 | 11100011 | 0 | 1010011 | 11 | 1000 | 100101110 | 1010010 | 110110 |
Color Harmonies of #EA27E3
Complementary color
Monochromatic Colors of #EA27E3
Black with #EA27E3
Text Example
Text Example
White with #EA27E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27E3; }
p { color: rgb(234,39,227); }
H1.HeaderClassName
{
color: #EA27E3;
}
.AnyTagClassName
{
color: #EA27E3;
}
</style>
background-color css
<style>
a { background-color: #EA27E3; }
a { background-color: rgb(234,39,227); }
div.DivClassName
{
background-color: #EA27E3;
}
.BgClassName
{
background-color: #EA27E3;
}
</style>
border-color css
<style>
span { border-color: #EA27E3; }
span { border-color: rgb(234,39,227); }
td.TdClassName
{
border-color: #EA27E3;
}
.TagClassName
{
border-color: #EA27E3;
}
</style>