Shades of Razzle Dazzle Rose #EA32C7
Tints of Razzle Dazzle Rose #EA32C7
RGB
CMYK
RGB Variations
Color information
#EA32C7 (or 0xEA32C7) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and C7. RGB value is (234,50,199). Sum of RGB (Red+Green+Blue) = 234+50+199=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32C7 is #15CD38. Grayscale: #797979. Windows color (decimal): -1428793 or 13054698. OLE color: 13054698.
HSL color Cylindrical-coordinate representation of color #EA32C7: hue angle of 311.41º 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 #EA32C7 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 199 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.08 |
| HSL | 311.41º | 0.81% | 0.56% | - |
| HSV(B) | 311.41º | 0.79% | 0.92% | - |
| XYZ | 45.38 | 23.9 | 56.25 | - |
| YUV | 122 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 199 | 0 | 0.79 | 0.15 | 0.08 | 311.41 | 0.81 | 0.56 |
| Hex | EA | 32 | C7 | 0 | 4F | F | 8 | 137 | 51 | 38 |
| Octal | 352 | 62 | 307 | 0 | 117 | 17 | 10 | 467 | 121 | 70 |
| Binary | 11101010 | 110010 | 11000111 | 0 | 1001111 | 1111 | 1000 | 100110111 | 1010001 | 111000 |
Color Harmonies of #EA32C7
Complementary color
Monochromatic Colors of #EA32C7
Black with #EA32C7
Text Example
Text Example
White with #EA32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32C7; }
p { color: rgb(234,50,199); }
H1.HeaderClassName
{
color: #EA32C7;
}
.AnyTagClassName
{
color: #EA32C7;
}
</style>
background-color css
<style>
a { background-color: #EA32C7; }
a { background-color: rgb(234,50,199); }
div.DivClassName
{
background-color: #EA32C7;
}
.BgClassName
{
background-color: #EA32C7;
}
</style>
border-color css
<style>
span { border-color: #EA32C7; }
span { border-color: rgb(234,50,199); }
td.TdClassName
{
border-color: #EA32C7;
}
.TagClassName
{
border-color: #EA32C7;
}
</style>