Shades of Razzle Dazzle Rose #EA32ED
Tints of Razzle Dazzle Rose #EA32ED
RGB
CMYK
RGB Variations
Color information
#EA32ED (or 0xEA32ED) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and ED. RGB value is (234,50,237). Sum of RGB (Red+Green+Blue) = 234+50+237=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA32ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA32ED is #15CD12. Grayscale: #7D7D7D. Windows color (decimal): -1428755 or 15545066. OLE color: 15545066.
HSL color Cylindrical-coordinate representation of color #EA32ED: hue angle of 299.04º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32ED is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 50 | 237 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.07 |
| HSL | 299.04º | 0.84% | 0.56% | - |
| HSV(B) | 299.04º | 0.79% | 0.93% | - |
| XYZ | 50.36 | 25.89 | 82.46 | - |
| YUV | 126.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 237 | 0.01 | 0.79 | 0 | 0.07 | 299.04 | 0.84 | 0.56 |
| Hex | EA | 32 | ED | 1 | 4F | 0 | 7 | 12B | 54 | 38 |
| Octal | 352 | 62 | 355 | 1 | 117 | 0 | 7 | 453 | 124 | 70 |
| Binary | 11101010 | 110010 | 11101101 | 1 | 1001111 | 0 | 111 | 100101011 | 1010100 | 111000 |
Color Harmonies of #EA32ED
Complementary color
Monochromatic Colors of #EA32ED
Black with #EA32ED
Text Example
Text Example
White with #EA32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32ED; }
p { color: rgb(234,50,237); }
H1.HeaderClassName
{
color: #EA32ED;
}
.AnyTagClassName
{
color: #EA32ED;
}
</style>
background-color css
<style>
a { background-color: #EA32ED; }
a { background-color: rgb(234,50,237); }
div.DivClassName
{
background-color: #EA32ED;
}
.BgClassName
{
background-color: #EA32ED;
}
</style>
border-color css
<style>
span { border-color: #EA32ED; }
span { border-color: rgb(234,50,237); }
td.TdClassName
{
border-color: #EA32ED;
}
.TagClassName
{
border-color: #EA32ED;
}
</style>