Shades of Razzle Dazzle Rose #EA2FE6
Tints of Razzle Dazzle Rose #EA2FE6
RGB
CMYK
RGB Variations
Color information
#EA2FE6 (or 0xEA2FE6) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2F and E6. RGB value is (234,47,230). Sum of RGB (Red+Green+Blue) = 234+47+230=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2FE6 is #15D019. Grayscale: #7B7B7B. Windows color (decimal): -1429530 or 15085546. OLE color: 15085546.
HSL color Cylindrical-coordinate representation of color #EA2FE6: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2FE6 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 230 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.08 |
| HSL | 301.28º | 0.82% | 0.55% | - |
| HSV(B) | 301.28º | 0.8% | 0.92% | - |
| XYZ | 49.23 | 25.24 | 77.14 | - |
| YUV | 123.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 230 | 0 | 0.80 | 0.02 | 0.08 | 301.28 | 0.82 | 0.55 |
| Hex | EA | 2F | E6 | 0 | 50 | 2 | 8 | 12D | 52 | 37 |
| Octal | 352 | 57 | 346 | 0 | 120 | 2 | 10 | 455 | 122 | 67 |
| Binary | 11101010 | 101111 | 11100110 | 0 | 1010000 | 10 | 1000 | 100101101 | 1010010 | 110111 |
Color Harmonies of #EA2FE6
Complementary color
Monochromatic Colors of #EA2FE6
Black with #EA2FE6
Text Example
Text Example
White with #EA2FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2FE6; }
p { color: rgb(234,47,230); }
H1.HeaderClassName
{
color: #EA2FE6;
}
.AnyTagClassName
{
color: #EA2FE6;
}
</style>
background-color css
<style>
a { background-color: #EA2FE6; }
a { background-color: rgb(234,47,230); }
div.DivClassName
{
background-color: #EA2FE6;
}
.BgClassName
{
background-color: #EA2FE6;
}
</style>
border-color css
<style>
span { border-color: #EA2FE6; }
span { border-color: rgb(234,47,230); }
td.TdClassName
{
border-color: #EA2FE6;
}
.TagClassName
{
border-color: #EA2FE6;
}
</style>