Shades of Razzle Dazzle Rose #EA41D1
Tints of Razzle Dazzle Rose #EA41D1
RGB
CMYK
RGB Variations
Color information
#EA41D1 (or 0xEA41D1) is known color: Razzle Dazzle Rose. HEX triplet: EA, 41 and D1. RGB value is (234,65,209). Sum of RGB (Red+Green+Blue) = 234+65+209=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41D1 is #15BE2E. Grayscale: #838383. Windows color (decimal): -1424943 or 13713898. OLE color: 13713898.
HSL color Cylindrical-coordinate representation of color #EA41D1: hue angle of 308.88º 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 #EA41D1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 209 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.08 |
| HSL | 308.88º | 0.8% | 0.59% | - |
| HSV(B) | 308.88º | 0.72% | 0.92% | - |
| XYZ | 47.33 | 25.88 | 62.82 | - |
| YUV | 131.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 209 | 0 | 0.72 | 0.11 | 0.08 | 308.88 | 0.8 | 0.59 |
| Hex | EA | 41 | D1 | 0 | 48 | B | 8 | 135 | 50 | 3B |
| Octal | 352 | 101 | 321 | 0 | 110 | 13 | 10 | 465 | 120 | 73 |
| Binary | 11101010 | 1000001 | 11010001 | 0 | 1001000 | 1011 | 1000 | 100110101 | 1010000 | 111011 |
Color Harmonies of #EA41D1
Complementary color
Monochromatic Colors of #EA41D1
Black with #EA41D1
Text Example
Text Example
White with #EA41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41D1; }
p { color: rgb(234,65,209); }
H1.HeaderClassName
{
color: #EA41D1;
}
.AnyTagClassName
{
color: #EA41D1;
}
</style>
background-color css
<style>
a { background-color: #EA41D1; }
a { background-color: rgb(234,65,209); }
div.DivClassName
{
background-color: #EA41D1;
}
.BgClassName
{
background-color: #EA41D1;
}
</style>
border-color css
<style>
span { border-color: #EA41D1; }
span { border-color: rgb(234,65,209); }
td.TdClassName
{
border-color: #EA41D1;
}
.TagClassName
{
border-color: #EA41D1;
}
</style>