Shades of Razzle Dazzle Rose #EA2BBE
Tints of Razzle Dazzle Rose #EA2BBE
RGB
CMYK
RGB Variations
Color information
#EA2BBE (or 0xEA2BBE) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2B and BE. RGB value is (234,43,190). Sum of RGB (Red+Green+Blue) = 234+43+190=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2BBE is #15D441. Grayscale: #747474. Windows color (decimal): -1430594 or 12463082. OLE color: 12463082.
HSL color Cylindrical-coordinate representation of color #EA2BBE: hue angle of 313.82º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BBE is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 190 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.08 |
| HSL | 313.82º | 0.82% | 0.54% | - |
| HSV(B) | 313.82º | 0.82% | 0.92% | - |
| XYZ | 44.09 | 22.94 | 50.82 | - |
| YUV | 116.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 190 | 0 | 0.82 | 0.19 | 0.08 | 313.82 | 0.82 | 0.54 |
| Hex | EA | 2B | BE | 0 | 52 | 13 | 8 | 13A | 52 | 36 |
| Octal | 352 | 53 | 276 | 0 | 122 | 23 | 10 | 472 | 122 | 66 |
| Binary | 11101010 | 101011 | 10111110 | 0 | 1010010 | 10011 | 1000 | 100111010 | 1010010 | 110110 |
Color Harmonies of #EA2BBE
Complementary color
Monochromatic Colors of #EA2BBE
Black with #EA2BBE
Text Example
Text Example
White with #EA2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2BBE; }
p { color: rgb(234,43,190); }
H1.HeaderClassName
{
color: #EA2BBE;
}
.AnyTagClassName
{
color: #EA2BBE;
}
</style>
background-color css
<style>
a { background-color: #EA2BBE; }
a { background-color: rgb(234,43,190); }
div.DivClassName
{
background-color: #EA2BBE;
}
.BgClassName
{
background-color: #EA2BBE;
}
</style>
border-color css
<style>
span { border-color: #EA2BBE; }
span { border-color: rgb(234,43,190); }
td.TdClassName
{
border-color: #EA2BBE;
}
.TagClassName
{
border-color: #EA2BBE;
}
</style>