Shades of Razzle Dazzle Rose #EA30D0
Tints of Razzle Dazzle Rose #EA30D0
RGB
CMYK
RGB Variations
Color information
#EA30D0 (or 0xEA30D0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 30 and D0. RGB value is (234,48,208). Sum of RGB (Red+Green+Blue) = 234+48+208=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30D0 is #15CF2F. Grayscale: #797979. Windows color (decimal): -1429296 or 13644010. OLE color: 13644010.
HSL color Cylindrical-coordinate representation of color #EA30D0: hue angle of 308.39º 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 #EA30D0 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 208 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.08 |
| HSL | 308.39º | 0.82% | 0.55% | - |
| HSV(B) | 308.39º | 0.79% | 0.92% | - |
| XYZ | 46.37 | 24.16 | 61.89 | - |
| YUV | 121.85 | 176.62 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 208 | 0 | 0.79 | 0.11 | 0.08 | 308.39 | 0.82 | 0.55 |
| Hex | EA | 30 | D0 | 0 | 4F | B | 8 | 134 | 52 | 37 |
| Octal | 352 | 60 | 320 | 0 | 117 | 13 | 10 | 464 | 122 | 67 |
| Binary | 11101010 | 110000 | 11010000 | 0 | 1001111 | 1011 | 1000 | 100110100 | 1010010 | 110111 |
Color Harmonies of #EA30D0
Complementary color
Monochromatic Colors of #EA30D0
Black with #EA30D0
Text Example
Text Example
White with #EA30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30D0; }
p { color: rgb(234,48,208); }
H1.HeaderClassName
{
color: #EA30D0;
}
.AnyTagClassName
{
color: #EA30D0;
}
</style>
background-color css
<style>
a { background-color: #EA30D0; }
a { background-color: rgb(234,48,208); }
div.DivClassName
{
background-color: #EA30D0;
}
.BgClassName
{
background-color: #EA30D0;
}
</style>
border-color css
<style>
span { border-color: #EA30D0; }
span { border-color: rgb(234,48,208); }
td.TdClassName
{
border-color: #EA30D0;
}
.TagClassName
{
border-color: #EA30D0;
}
</style>