Shades of Razzle Dazzle Rose #EA26C5
Tints of Razzle Dazzle Rose #EA26C5
RGB
CMYK
RGB Variations
Color information
#EA26C5 (or 0xEA26C5) is known color: Razzle Dazzle Rose. HEX triplet: EA, 26 and C5. RGB value is (234,38,197). Sum of RGB (Red+Green+Blue) = 234+38+197=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA26C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA26C5 is #15D93A. Grayscale: #727272. Windows color (decimal): -1431867 or 12920554. OLE color: 12920554.
HSL color Cylindrical-coordinate representation of color #EA26C5: hue angle of 311.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA26C5 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 197 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.08 |
| HSL | 311.33º | 0.82% | 0.53% | - |
| HSV(B) | 311.33º | 0.84% | 0.92% | - |
| XYZ | 44.7 | 22.91 | 54.89 | - |
| YUV | 114.73 | 174.43 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 197 | 0 | 0.84 | 0.16 | 0.08 | 311.33 | 0.82 | 0.53 |
| Hex | EA | 26 | C5 | 0 | 54 | 10 | 8 | 137 | 52 | 35 |
| Octal | 352 | 46 | 305 | 0 | 124 | 20 | 10 | 467 | 122 | 65 |
| Binary | 11101010 | 100110 | 11000101 | 0 | 1010100 | 10000 | 1000 | 100110111 | 1010010 | 110101 |
Color Harmonies of #EA26C5
Complementary color
Monochromatic Colors of #EA26C5
Black with #EA26C5
Text Example
Text Example
White with #EA26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26C5; }
p { color: rgb(234,38,197); }
H1.HeaderClassName
{
color: #EA26C5;
}
.AnyTagClassName
{
color: #EA26C5;
}
</style>
background-color css
<style>
a { background-color: #EA26C5; }
a { background-color: rgb(234,38,197); }
div.DivClassName
{
background-color: #EA26C5;
}
.BgClassName
{
background-color: #EA26C5;
}
</style>
border-color css
<style>
span { border-color: #EA26C5; }
span { border-color: rgb(234,38,197); }
td.TdClassName
{
border-color: #EA26C5;
}
.TagClassName
{
border-color: #EA26C5;
}
</style>