Shades of Razzle Dazzle Rose #E426CA
Tints of Razzle Dazzle Rose #E426CA
RGB
CMYK
RGB Variations
Color information
#E426CA (or 0xE426CA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 26 and CA. RGB value is (228,38,202). Sum of RGB (Red+Green+Blue) = 228+38+202=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E426CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E426CA is #1BD935. Grayscale: #717171. Windows color (decimal): -1825078 or 13248228. OLE color: 13248228.
HSL color Cylindrical-coordinate representation of color #E426CA: hue angle of 308.21º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E426CA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 202 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.11 |
| HSL | 308.21º | 0.78% | 0.52% | - |
| HSV(B) | 308.21º | 0.83% | 0.89% | - |
| XYZ | 43.35 | 22.14 | 57.87 | - |
| YUV | 113.51 | 177.95 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 202 | 0 | 0.83 | 0.11 | 0.11 | 308.21 | 0.78 | 0.52 |
| Hex | E4 | 26 | CA | 0 | 53 | B | B | 134 | 4E | 34 |
| Octal | 344 | 46 | 312 | 0 | 123 | 13 | 13 | 464 | 116 | 64 |
| Binary | 11100100 | 100110 | 11001010 | 0 | 1010011 | 1011 | 1011 | 100110100 | 1001110 | 110100 |
Color Harmonies of #E426CA
Complementary color
Monochromatic Colors of #E426CA
Black with #E426CA
Text Example
Text Example
White with #E426CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426CA; }
p { color: rgb(228,38,202); }
H1.HeaderClassName
{
color: #E426CA;
}
.AnyTagClassName
{
color: #E426CA;
}
</style>
background-color css
<style>
a { background-color: #E426CA; }
a { background-color: rgb(228,38,202); }
div.DivClassName
{
background-color: #E426CA;
}
.BgClassName
{
background-color: #E426CA;
}
</style>
border-color css
<style>
span { border-color: #E426CA; }
span { border-color: rgb(228,38,202); }
td.TdClassName
{
border-color: #E426CA;
}
.TagClassName
{
border-color: #E426CA;
}
</style>