Shades of Razzle Dazzle Rose #EA25E6
Tints of Razzle Dazzle Rose #EA25E6
RGB
CMYK
RGB Variations
Color information
#EA25E6 (or 0xEA25E6) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and E6. RGB value is (234,37,230). Sum of RGB (Red+Green+Blue) = 234+37+230=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA25E6 is #15DA19. Grayscale: #757575. Windows color (decimal): -1432090 or 15082986. OLE color: 15082986.
HSL color Cylindrical-coordinate representation of color #EA25E6: hue angle of 301.22º 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 #EA25E6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 230 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.08 |
| HSL | 301.22º | 0.82% | 0.53% | - |
| HSV(B) | 301.22º | 0.84% | 0.92% | - |
| XYZ | 48.88 | 24.53 | 77.02 | - |
| YUV | 117.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 230 | 0 | 0.84 | 0.02 | 0.08 | 301.22 | 0.82 | 0.53 |
| Hex | EA | 25 | E6 | 0 | 54 | 2 | 8 | 12D | 52 | 35 |
| Octal | 352 | 45 | 346 | 0 | 124 | 2 | 10 | 455 | 122 | 65 |
| Binary | 11101010 | 100101 | 11100110 | 0 | 1010100 | 10 | 1000 | 100101101 | 1010010 | 110101 |
Color Harmonies of #EA25E6
Complementary color
Monochromatic Colors of #EA25E6
Black with #EA25E6
Text Example
Text Example
White with #EA25E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25E6; }
p { color: rgb(234,37,230); }
H1.HeaderClassName
{
color: #EA25E6;
}
.AnyTagClassName
{
color: #EA25E6;
}
</style>
background-color css
<style>
a { background-color: #EA25E6; }
a { background-color: rgb(234,37,230); }
div.DivClassName
{
background-color: #EA25E6;
}
.BgClassName
{
background-color: #EA25E6;
}
</style>
border-color css
<style>
span { border-color: #EA25E6; }
span { border-color: rgb(234,37,230); }
td.TdClassName
{
border-color: #EA25E6;
}
.TagClassName
{
border-color: #EA25E6;
}
</style>