Shades of Razzle Dazzle Rose #EA1BE1
Tints of Razzle Dazzle Rose #EA1BE1
RGB
CMYK
RGB Variations
Color information
#EA1BE1 (or 0xEA1BE1) is known color: Razzle Dazzle Rose. HEX triplet: EA, 1B and E1. RGB value is (234,27,225). Sum of RGB (Red+Green+Blue) = 234+27+225=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1BE1 is #15E41E. Grayscale: #6E6E6E. Windows color (decimal): -1434655 or 14752746. OLE color: 14752746.
HSL color Cylindrical-coordinate representation of color #EA1BE1: hue angle of 302.61º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BE1 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 225 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.08 |
| HSL | 302.61º | 0.83% | 0.51% | - |
| HSV(B) | 302.61º | 0.88% | 0.92% | - |
| XYZ | 47.91 | 23.71 | 73.29 | - |
| YUV | 111.47 | 192.08 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 225 | 0 | 0.88 | 0.04 | 0.08 | 302.61 | 0.83 | 0.51 |
| Hex | EA | 1B | E1 | 0 | 58 | 4 | 8 | 12F | 53 | 33 |
| Octal | 352 | 33 | 341 | 0 | 130 | 4 | 10 | 457 | 123 | 63 |
| Binary | 11101010 | 11011 | 11100001 | 0 | 1011000 | 100 | 1000 | 100101111 | 1010011 | 110011 |
Color Harmonies of #EA1BE1
Complementary color
Monochromatic Colors of #EA1BE1
Black with #EA1BE1
Text Example
Text Example
White with #EA1BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BE1; }
p { color: rgb(234,27,225); }
H1.HeaderClassName
{
color: #EA1BE1;
}
.AnyTagClassName
{
color: #EA1BE1;
}
</style>
background-color css
<style>
a { background-color: #EA1BE1; }
a { background-color: rgb(234,27,225); }
div.DivClassName
{
background-color: #EA1BE1;
}
.BgClassName
{
background-color: #EA1BE1;
}
</style>
border-color css
<style>
span { border-color: #EA1BE1; }
span { border-color: rgb(234,27,225); }
td.TdClassName
{
border-color: #EA1BE1;
}
.TagClassName
{
border-color: #EA1BE1;
}
</style>