Shades of Razzle Dazzle Rose #EA25CB
Tints of Razzle Dazzle Rose #EA25CB
RGB
CMYK
RGB Variations
Color information
#EA25CB (or 0xEA25CB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and CB. RGB value is (234,37,203). Sum of RGB (Red+Green+Blue) = 234+37+203=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25CB is #15DA34. Grayscale: #727272. Windows color (decimal): -1432117 or 13313514. OLE color: 13313514.
HSL color Cylindrical-coordinate representation of color #EA25CB: hue angle of 309.44º 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 #EA25CB is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 203 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.08 |
| HSL | 309.44º | 0.82% | 0.53% | - |
| HSV(B) | 309.44º | 0.84% | 0.92% | - |
| XYZ | 45.37 | 23.13 | 58.57 | - |
| YUV | 114.83 | 177.77 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 203 | 0 | 0.84 | 0.13 | 0.08 | 309.44 | 0.82 | 0.53 |
| Hex | EA | 25 | CB | 0 | 54 | D | 8 | 135 | 52 | 35 |
| Octal | 352 | 45 | 313 | 0 | 124 | 15 | 10 | 465 | 122 | 65 |
| Binary | 11101010 | 100101 | 11001011 | 0 | 1010100 | 1101 | 1000 | 100110101 | 1010010 | 110101 |
Color Harmonies of #EA25CB
Complementary color
Monochromatic Colors of #EA25CB
Black with #EA25CB
Text Example
Text Example
White with #EA25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25CB; }
p { color: rgb(234,37,203); }
H1.HeaderClassName
{
color: #EA25CB;
}
.AnyTagClassName
{
color: #EA25CB;
}
</style>
background-color css
<style>
a { background-color: #EA25CB; }
a { background-color: rgb(234,37,203); }
div.DivClassName
{
background-color: #EA25CB;
}
.BgClassName
{
background-color: #EA25CB;
}
</style>
border-color css
<style>
span { border-color: #EA25CB; }
span { border-color: rgb(234,37,203); }
td.TdClassName
{
border-color: #EA25CB;
}
.TagClassName
{
border-color: #EA25CB;
}
</style>