Shades of Razzle Dazzle Rose #EA2DBE
Tints of Razzle Dazzle Rose #EA2DBE
RGB
CMYK
RGB Variations
Color information
#EA2DBE (or 0xEA2DBE) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and BE. RGB value is (234,45,190). Sum of RGB (Red+Green+Blue) = 234+45+190=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DBE is #15D241. Grayscale: #757575. Windows color (decimal): -1430082 or 12463594. OLE color: 12463594.
HSL color Cylindrical-coordinate representation of color #EA2DBE: hue angle of 313.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DBE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 190 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.08 |
| HSL | 313.97º | 0.82% | 0.55% | - |
| HSV(B) | 313.97º | 0.81% | 0.92% | - |
| XYZ | 44.16 | 23.09 | 50.84 | - |
| YUV | 118.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 190 | 0 | 0.81 | 0.19 | 0.08 | 313.97 | 0.82 | 0.55 |
| Hex | EA | 2D | BE | 0 | 51 | 13 | 8 | 13A | 52 | 37 |
| Octal | 352 | 55 | 276 | 0 | 121 | 23 | 10 | 472 | 122 | 67 |
| Binary | 11101010 | 101101 | 10111110 | 0 | 1010001 | 10011 | 1000 | 100111010 | 1010010 | 110111 |
Color Harmonies of #EA2DBE
Complementary color
Monochromatic Colors of #EA2DBE
Black with #EA2DBE
Text Example
Text Example
White with #EA2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DBE; }
p { color: rgb(234,45,190); }
H1.HeaderClassName
{
color: #EA2DBE;
}
.AnyTagClassName
{
color: #EA2DBE;
}
</style>
background-color css
<style>
a { background-color: #EA2DBE; }
a { background-color: rgb(234,45,190); }
div.DivClassName
{
background-color: #EA2DBE;
}
.BgClassName
{
background-color: #EA2DBE;
}
</style>
border-color css
<style>
span { border-color: #EA2DBE; }
span { border-color: rgb(234,45,190); }
td.TdClassName
{
border-color: #EA2DBE;
}
.TagClassName
{
border-color: #EA2DBE;
}
</style>