Shades of Razzle Dazzle Rose #EA30CB
Tints of Razzle Dazzle Rose #EA30CB
RGB
CMYK
RGB Variations
Color information
#EA30CB (or 0xEA30CB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 30 and CB. RGB value is (234,48,203). Sum of RGB (Red+Green+Blue) = 234+48+203=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30CB is #15CF34. Grayscale: #787878. Windows color (decimal): -1429301 or 13316330. OLE color: 13316330.
HSL color Cylindrical-coordinate representation of color #EA30CB: hue angle of 310º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30CB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 203 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.08 |
| HSL | 310º | 0.82% | 0.55% | - |
| HSV(B) | 310º | 0.79% | 0.92% | - |
| XYZ | 45.77 | 23.92 | 58.7 | - |
| YUV | 121.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 203 | 0 | 0.79 | 0.13 | 0.08 | 310 | 0.82 | 0.55 |
| Hex | EA | 30 | CB | 0 | 4F | D | 8 | 136 | 52 | 37 |
| Octal | 352 | 60 | 313 | 0 | 117 | 15 | 10 | 466 | 122 | 67 |
| Binary | 11101010 | 110000 | 11001011 | 0 | 1001111 | 1101 | 1000 | 100110110 | 1010010 | 110111 |
Color Harmonies of #EA30CB
Complementary color
Monochromatic Colors of #EA30CB
Black with #EA30CB
Text Example
Text Example
White with #EA30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30CB; }
p { color: rgb(234,48,203); }
H1.HeaderClassName
{
color: #EA30CB;
}
.AnyTagClassName
{
color: #EA30CB;
}
</style>
background-color css
<style>
a { background-color: #EA30CB; }
a { background-color: rgb(234,48,203); }
div.DivClassName
{
background-color: #EA30CB;
}
.BgClassName
{
background-color: #EA30CB;
}
</style>
border-color css
<style>
span { border-color: #EA30CB; }
span { border-color: rgb(234,48,203); }
td.TdClassName
{
border-color: #EA30CB;
}
.TagClassName
{
border-color: #EA30CB;
}
</style>