Shades of Razzle Dazzle Rose #EA25DE
Tints of Razzle Dazzle Rose #EA25DE
RGB
CMYK
RGB Variations
Color information
#EA25DE (or 0xEA25DE) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and DE. RGB value is (234,37,222). Sum of RGB (Red+Green+Blue) = 234+37+222=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 37 (14.84% from 255 or 7.51% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25DE is #15DA21. Grayscale: #747474. Windows color (decimal): -1432098 or 14558698. OLE color: 14558698.
HSL color Cylindrical-coordinate representation of color #EA25DE: hue angle of 303.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA25DE is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 222 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.08 |
| HSL | 303.65º | 0.82% | 0.53% | - |
| HSV(B) | 303.65º | 0.84% | 0.92% | - |
| XYZ | 47.78 | 24.09 | 71.24 | - |
| YUV | 116.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 222 | 0 | 0.84 | 0.05 | 0.08 | 303.65 | 0.82 | 0.53 |
| Hex | EA | 25 | DE | 0 | 54 | 5 | 8 | 130 | 52 | 35 |
| Octal | 352 | 45 | 336 | 0 | 124 | 5 | 10 | 460 | 122 | 65 |
| Binary | 11101010 | 100101 | 11011110 | 0 | 1010100 | 101 | 1000 | 100110000 | 1010010 | 110101 |
Color Harmonies of #EA25DE
Complementary color
Monochromatic Colors of #EA25DE
Black with #EA25DE
Text Example
Text Example
White with #EA25DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25DE; }
p { color: rgb(234,37,222); }
H1.HeaderClassName
{
color: #EA25DE;
}
.AnyTagClassName
{
color: #EA25DE;
}
</style>
background-color css
<style>
a { background-color: #EA25DE; }
a { background-color: rgb(234,37,222); }
div.DivClassName
{
background-color: #EA25DE;
}
.BgClassName
{
background-color: #EA25DE;
}
</style>
border-color css
<style>
span { border-color: #EA25DE; }
span { border-color: rgb(234,37,222); }
td.TdClassName
{
border-color: #EA25DE;
}
.TagClassName
{
border-color: #EA25DE;
}
</style>