Shades of Razzle Dazzle Rose #EA41D0
Tints of Razzle Dazzle Rose #EA41D0
RGB
CMYK
RGB Variations
Color information
#EA41D0 (or 0xEA41D0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 41 and D0. RGB value is (234,65,208). Sum of RGB (Red+Green+Blue) = 234+65+208=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41D0 is #15BE2F. Grayscale: #838383. Windows color (decimal): -1424944 or 13648362. OLE color: 13648362.
HSL color Cylindrical-coordinate representation of color #EA41D0: hue angle of 309.23º 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 #EA41D0 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 208 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.08 |
| HSL | 309.23º | 0.8% | 0.59% | - |
| HSV(B) | 309.23º | 0.72% | 0.92% | - |
| XYZ | 47.21 | 25.83 | 62.17 | - |
| YUV | 131.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 208 | 0 | 0.72 | 0.11 | 0.08 | 309.23 | 0.8 | 0.59 |
| Hex | EA | 41 | D0 | 0 | 48 | B | 8 | 135 | 50 | 3B |
| Octal | 352 | 101 | 320 | 0 | 110 | 13 | 10 | 465 | 120 | 73 |
| Binary | 11101010 | 1000001 | 11010000 | 0 | 1001000 | 1011 | 1000 | 100110101 | 1010000 | 111011 |
Color Harmonies of #EA41D0
Complementary color
Monochromatic Colors of #EA41D0
Black with #EA41D0
Text Example
Text Example
White with #EA41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41D0; }
p { color: rgb(234,65,208); }
H1.HeaderClassName
{
color: #EA41D0;
}
.AnyTagClassName
{
color: #EA41D0;
}
</style>
background-color css
<style>
a { background-color: #EA41D0; }
a { background-color: rgb(234,65,208); }
div.DivClassName
{
background-color: #EA41D0;
}
.BgClassName
{
background-color: #EA41D0;
}
</style>
border-color css
<style>
span { border-color: #EA41D0; }
span { border-color: rgb(234,65,208); }
td.TdClassName
{
border-color: #EA41D0;
}
.TagClassName
{
border-color: #EA41D0;
}
</style>