Shades of Razzle Dazzle Rose #EA30E1
Tints of Razzle Dazzle Rose #EA30E1
RGB
CMYK
RGB Variations
Color information
#EA30E1 (or 0xEA30E1) is known color: Razzle Dazzle Rose. HEX triplet: EA, 30 and E1. RGB value is (234,48,225). Sum of RGB (Red+Green+Blue) = 234+48+225=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30E1 is #15CF1E. Grayscale: #7B7B7B. Windows color (decimal): -1429279 or 14758122. OLE color: 14758122.
HSL color Cylindrical-coordinate representation of color #EA30E1: hue angle of 302.9º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30E1 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 225 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.08 |
| HSL | 302.9º | 0.82% | 0.55% | - |
| HSV(B) | 302.9º | 0.79% | 0.92% | - |
| XYZ | 48.58 | 25.04 | 73.51 | - |
| YUV | 123.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 225 | 0 | 0.79 | 0.04 | 0.08 | 302.9 | 0.82 | 0.55 |
| Hex | EA | 30 | E1 | 0 | 4F | 4 | 8 | 12F | 52 | 37 |
| Octal | 352 | 60 | 341 | 0 | 117 | 4 | 10 | 457 | 122 | 67 |
| Binary | 11101010 | 110000 | 11100001 | 0 | 1001111 | 100 | 1000 | 100101111 | 1010010 | 110111 |
Color Harmonies of #EA30E1
Complementary color
Monochromatic Colors of #EA30E1
Black with #EA30E1
Text Example
Text Example
White with #EA30E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30E1; }
p { color: rgb(234,48,225); }
H1.HeaderClassName
{
color: #EA30E1;
}
.AnyTagClassName
{
color: #EA30E1;
}
</style>
background-color css
<style>
a { background-color: #EA30E1; }
a { background-color: rgb(234,48,225); }
div.DivClassName
{
background-color: #EA30E1;
}
.BgClassName
{
background-color: #EA30E1;
}
</style>
border-color css
<style>
span { border-color: #EA30E1; }
span { border-color: rgb(234,48,225); }
td.TdClassName
{
border-color: #EA30E1;
}
.TagClassName
{
border-color: #EA30E1;
}
</style>