Shades of Razzle Dazzle Rose #EA31ED
Tints of Razzle Dazzle Rose #EA31ED
RGB
CMYK
RGB Variations
Color information
#EA31ED (or 0xEA31ED) is known color: Razzle Dazzle Rose. HEX triplet: EA, 31 and ED. RGB value is (234,49,237). Sum of RGB (Red+Green+Blue) = 234+49+237=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA31ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA31ED is #15CE12. Grayscale: #7D7D7D. Windows color (decimal): -1429011 or 15544810. OLE color: 15544810.
HSL color Cylindrical-coordinate representation of color #EA31ED: 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 #EA31ED is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 49 | 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.32 | 25.8 | 82.45 | - |
| YUV | 125.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 237 | 0.01 | 0.79 | 0 | 0.07 | 299.04 | 0.84 | 0.56 |
| Hex | EA | 31 | ED | 1 | 4F | 0 | 7 | 12B | 54 | 38 |
| Octal | 352 | 61 | 355 | 1 | 117 | 0 | 7 | 453 | 124 | 70 |
| Binary | 11101010 | 110001 | 11101101 | 1 | 1001111 | 0 | 111 | 100101011 | 1010100 | 111000 |
Color Harmonies of #EA31ED
Complementary color
Monochromatic Colors of #EA31ED
Black with #EA31ED
Text Example
Text Example
White with #EA31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA31ED; }
p { color: rgb(234,49,237); }
H1.HeaderClassName
{
color: #EA31ED;
}
.AnyTagClassName
{
color: #EA31ED;
}
</style>
background-color css
<style>
a { background-color: #EA31ED; }
a { background-color: rgb(234,49,237); }
div.DivClassName
{
background-color: #EA31ED;
}
.BgClassName
{
background-color: #EA31ED;
}
</style>
border-color css
<style>
span { border-color: #EA31ED; }
span { border-color: rgb(234,49,237); }
td.TdClassName
{
border-color: #EA31ED;
}
.TagClassName
{
border-color: #EA31ED;
}
</style>