Shades of Razzle Dazzle Rose #EA32B5
Tints of Razzle Dazzle Rose #EA32B5
RGB
CMYK
RGB Variations
Color information
#EA32B5 (or 0xEA32B5) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and B5. RGB value is (234,50,181). Sum of RGB (Red+Green+Blue) = 234+50+181=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32B5 is #15CD4A. Grayscale: #777777. Windows color (decimal): -1428811 or 11875050. OLE color: 11875050.
HSL color Cylindrical-coordinate representation of color #EA32B5: hue angle of 317.28º 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 #EA32B5 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 181 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.08 |
| HSL | 317.28º | 0.81% | 0.56% | - |
| HSV(B) | 317.28º | 0.79% | 0.92% | - |
| XYZ | 43.41 | 23.11 | 45.89 | - |
| YUV | 119.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 181 | 0 | 0.79 | 0.23 | 0.08 | 317.28 | 0.81 | 0.56 |
| Hex | EA | 32 | B5 | 0 | 4F | 17 | 8 | 13D | 51 | 38 |
| Octal | 352 | 62 | 265 | 0 | 117 | 27 | 10 | 475 | 121 | 70 |
| Binary | 11101010 | 110010 | 10110101 | 0 | 1001111 | 10111 | 1000 | 100111101 | 1010001 | 111000 |
Color Harmonies of #EA32B5
Complementary color
Monochromatic Colors of #EA32B5
Black with #EA32B5
Text Example
Text Example
White with #EA32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32B5; }
p { color: rgb(234,50,181); }
H1.HeaderClassName
{
color: #EA32B5;
}
.AnyTagClassName
{
color: #EA32B5;
}
</style>
background-color css
<style>
a { background-color: #EA32B5; }
a { background-color: rgb(234,50,181); }
div.DivClassName
{
background-color: #EA32B5;
}
.BgClassName
{
background-color: #EA32B5;
}
</style>
border-color css
<style>
span { border-color: #EA32B5; }
span { border-color: rgb(234,50,181); }
td.TdClassName
{
border-color: #EA32B5;
}
.TagClassName
{
border-color: #EA32B5;
}
</style>