Shades of Razzle Dazzle Rose #EA32E5
Tints of Razzle Dazzle Rose #EA32E5
RGB
CMYK
RGB Variations
Color information
#EA32E5 (or 0xEA32E5) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and E5. RGB value is (234,50,229). Sum of RGB (Red+Green+Blue) = 234+50+229=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32E5 is #15CD1A. Grayscale: #7C7C7C. Windows color (decimal): -1428763 or 15020778. OLE color: 15020778.
HSL color Cylindrical-coordinate representation of color #EA32E5: hue angle of 301.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32E5 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 229 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.08 |
| HSL | 301.63º | 0.81% | 0.56% | - |
| HSV(B) | 301.63º | 0.79% | 0.92% | - |
| XYZ | 49.22 | 25.43 | 76.44 | - |
| YUV | 125.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 229 | 0 | 0.79 | 0.02 | 0.08 | 301.63 | 0.81 | 0.56 |
| Hex | EA | 32 | E5 | 0 | 4F | 2 | 8 | 12E | 51 | 38 |
| Octal | 352 | 62 | 345 | 0 | 117 | 2 | 10 | 456 | 121 | 70 |
| Binary | 11101010 | 110010 | 11100101 | 0 | 1001111 | 10 | 1000 | 100101110 | 1010001 | 111000 |
Color Harmonies of #EA32E5
Complementary color
Monochromatic Colors of #EA32E5
Black with #EA32E5
Text Example
Text Example
White with #EA32E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32E5; }
p { color: rgb(234,50,229); }
H1.HeaderClassName
{
color: #EA32E5;
}
.AnyTagClassName
{
color: #EA32E5;
}
</style>
background-color css
<style>
a { background-color: #EA32E5; }
a { background-color: rgb(234,50,229); }
div.DivClassName
{
background-color: #EA32E5;
}
.BgClassName
{
background-color: #EA32E5;
}
</style>
border-color css
<style>
span { border-color: #EA32E5; }
span { border-color: rgb(234,50,229); }
td.TdClassName
{
border-color: #EA32E5;
}
.TagClassName
{
border-color: #EA32E5;
}
</style>