Shades of Razzle Dazzle Rose #EA2ACE
Tints of Razzle Dazzle Rose #EA2ACE
RGB
CMYK
RGB Variations
Color information
#EA2ACE (or 0xEA2ACE) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2A and CE. RGB value is (234,42,206). Sum of RGB (Red+Green+Blue) = 234+42+206=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2ACE is #15D531. Grayscale: #757575. Windows color (decimal): -1430834 or 13511402. OLE color: 13511402.
HSL color Cylindrical-coordinate representation of color #EA2ACE: hue angle of 308.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2ACE is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.08 |
| HSL | 308.75º | 0.82% | 0.54% | - |
| HSV(B) | 308.75º | 0.82% | 0.92% | - |
| XYZ | 45.9 | 23.6 | 60.53 | - |
| YUV | 118.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 206 | 0 | 0.82 | 0.12 | 0.08 | 308.75 | 0.82 | 0.54 |
| Hex | EA | 2A | CE | 0 | 52 | C | 8 | 135 | 52 | 36 |
| Octal | 352 | 52 | 316 | 0 | 122 | 14 | 10 | 465 | 122 | 66 |
| Binary | 11101010 | 101010 | 11001110 | 0 | 1010010 | 1100 | 1000 | 100110101 | 1010010 | 110110 |
Color Harmonies of #EA2ACE
Complementary color
Monochromatic Colors of #EA2ACE
Black with #EA2ACE
Text Example
Text Example
White with #EA2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2ACE; }
p { color: rgb(234,42,206); }
H1.HeaderClassName
{
color: #EA2ACE;
}
.AnyTagClassName
{
color: #EA2ACE;
}
</style>
background-color css
<style>
a { background-color: #EA2ACE; }
a { background-color: rgb(234,42,206); }
div.DivClassName
{
background-color: #EA2ACE;
}
.BgClassName
{
background-color: #EA2ACE;
}
</style>
border-color css
<style>
span { border-color: #EA2ACE; }
span { border-color: rgb(234,42,206); }
td.TdClassName
{
border-color: #EA2ACE;
}
.TagClassName
{
border-color: #EA2ACE;
}
</style>