Shades of Razzle Dazzle Rose #EA26C6
Tints of Razzle Dazzle Rose #EA26C6
RGB
CMYK
RGB Variations
Color information
#EA26C6 (or 0xEA26C6) is known color: Razzle Dazzle Rose. HEX triplet: EA, 26 and C6. RGB value is (234,38,198). Sum of RGB (Red+Green+Blue) = 234+38+198=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA26C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA26C6 is #15D939. Grayscale: #727272. Windows color (decimal): -1431866 or 12986090. OLE color: 12986090.
HSL color Cylindrical-coordinate representation of color #EA26C6: hue angle of 311.02º 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 #EA26C6 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 198 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.08 |
| HSL | 311.02º | 0.82% | 0.53% | - |
| HSV(B) | 311.02º | 0.84% | 0.92% | - |
| XYZ | 44.82 | 22.96 | 55.49 | - |
| YUV | 114.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 198 | 0 | 0.84 | 0.15 | 0.08 | 311.02 | 0.82 | 0.53 |
| Hex | EA | 26 | C6 | 0 | 54 | F | 8 | 137 | 52 | 35 |
| Octal | 352 | 46 | 306 | 0 | 124 | 17 | 10 | 467 | 122 | 65 |
| Binary | 11101010 | 100110 | 11000110 | 0 | 1010100 | 1111 | 1000 | 100110111 | 1010010 | 110101 |
Color Harmonies of #EA26C6
Complementary color
Monochromatic Colors of #EA26C6
Black with #EA26C6
Text Example
Text Example
White with #EA26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26C6; }
p { color: rgb(234,38,198); }
H1.HeaderClassName
{
color: #EA26C6;
}
.AnyTagClassName
{
color: #EA26C6;
}
</style>
background-color css
<style>
a { background-color: #EA26C6; }
a { background-color: rgb(234,38,198); }
div.DivClassName
{
background-color: #EA26C6;
}
.BgClassName
{
background-color: #EA26C6;
}
</style>
border-color css
<style>
span { border-color: #EA26C6; }
span { border-color: rgb(234,38,198); }
td.TdClassName
{
border-color: #EA26C6;
}
.TagClassName
{
border-color: #EA26C6;
}
</style>