Shades of Razzle Dazzle Rose #EA48C2
Tints of Razzle Dazzle Rose #EA48C2
RGB
CMYK
RGB Variations
Color information
#EA48C2 (or 0xEA48C2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 48 and C2. RGB value is (234,72,194). Sum of RGB (Red+Green+Blue) = 234+72+194=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48C2 is #15B73D. Grayscale: #868686. Windows color (decimal): -1423166 or 12732650. OLE color: 12732650.
HSL color Cylindrical-coordinate representation of color #EA48C2: hue angle of 314.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48C2 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 194 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.08 |
| HSL | 314.81º | 0.79% | 0.6% | - |
| HSV(B) | 314.81º | 0.69% | 0.92% | - |
| XYZ | 45.99 | 26.02 | 53.64 | - |
| YUV | 134.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 194 | 0 | 0.69 | 0.17 | 0.08 | 314.81 | 0.79 | 0.6 |
| Hex | EA | 48 | C2 | 0 | 45 | 11 | 8 | 13B | 4F | 3C |
| Octal | 352 | 110 | 302 | 0 | 105 | 21 | 10 | 473 | 117 | 74 |
| Binary | 11101010 | 1001000 | 11000010 | 0 | 1000101 | 10001 | 1000 | 100111011 | 1001111 | 111100 |
Color Harmonies of #EA48C2
Complementary color
Monochromatic Colors of #EA48C2
Black with #EA48C2
Text Example
Text Example
White with #EA48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA48C2; }
p { color: rgb(234,72,194); }
H1.HeaderClassName
{
color: #EA48C2;
}
.AnyTagClassName
{
color: #EA48C2;
}
</style>
background-color css
<style>
a { background-color: #EA48C2; }
a { background-color: rgb(234,72,194); }
div.DivClassName
{
background-color: #EA48C2;
}
.BgClassName
{
background-color: #EA48C2;
}
</style>
border-color css
<style>
span { border-color: #EA48C2; }
span { border-color: rgb(234,72,194); }
td.TdClassName
{
border-color: #EA48C2;
}
.TagClassName
{
border-color: #EA48C2;
}
</style>