Shades of Razzle Dazzle Rose #EA41C0
Tints of Razzle Dazzle Rose #EA41C0
RGB
CMYK
RGB Variations
Color information
#EA41C0 (or 0xEA41C0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 41 and C0. RGB value is (234,65,192). Sum of RGB (Red+Green+Blue) = 234+65+192=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41C0 is #15BE3F. Grayscale: #818181. Windows color (decimal): -1424960 or 12599786. OLE color: 12599786.
HSL color Cylindrical-coordinate representation of color #EA41C0: hue angle of 314.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41C0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 192 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.08 |
| HSL | 314.91º | 0.8% | 0.59% | - |
| HSV(B) | 314.91º | 0.72% | 0.92% | - |
| XYZ | 45.34 | 25.08 | 52.32 | - |
| YUV | 130.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 192 | 0 | 0.72 | 0.18 | 0.08 | 314.91 | 0.8 | 0.59 |
| Hex | EA | 41 | C0 | 0 | 48 | 12 | 8 | 13B | 50 | 3B |
| Octal | 352 | 101 | 300 | 0 | 110 | 22 | 10 | 473 | 120 | 73 |
| Binary | 11101010 | 1000001 | 11000000 | 0 | 1001000 | 10010 | 1000 | 100111011 | 1010000 | 111011 |
Color Harmonies of #EA41C0
Complementary color
Monochromatic Colors of #EA41C0
Black with #EA41C0
Text Example
Text Example
White with #EA41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41C0; }
p { color: rgb(234,65,192); }
H1.HeaderClassName
{
color: #EA41C0;
}
.AnyTagClassName
{
color: #EA41C0;
}
</style>
background-color css
<style>
a { background-color: #EA41C0; }
a { background-color: rgb(234,65,192); }
div.DivClassName
{
background-color: #EA41C0;
}
.BgClassName
{
background-color: #EA41C0;
}
</style>
border-color css
<style>
span { border-color: #EA41C0; }
span { border-color: rgb(234,65,192); }
td.TdClassName
{
border-color: #EA41C0;
}
.TagClassName
{
border-color: #EA41C0;
}
</style>