Shades of Razzle Dazzle Rose #E934CD
Tints of Razzle Dazzle Rose #E934CD
RGB
CMYK
RGB Variations
Color information
#E934CD (or 0xE934CD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 34 and CD. RGB value is (233,52,205). Sum of RGB (Red+Green+Blue) = 233+52+205=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E934CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E934CD is #16CB32. Grayscale: #7B7B7B. Windows color (decimal): -1493811 or 13448425. OLE color: 13448425.
HSL color Cylindrical-coordinate representation of color #E934CD: hue angle of 309.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E934CD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 205 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.09 |
| HSL | 309.28º | 0.8% | 0.56% | - |
| HSV(B) | 309.28º | 0.78% | 0.91% | - |
| XYZ | 45.85 | 24.19 | 60.01 | - |
| YUV | 123.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 205 | 0 | 0.78 | 0.12 | 0.09 | 309.28 | 0.8 | 0.56 |
| Hex | E9 | 34 | CD | 0 | 4E | C | 9 | 135 | 50 | 38 |
| Octal | 351 | 64 | 315 | 0 | 116 | 14 | 11 | 465 | 120 | 70 |
| Binary | 11101001 | 110100 | 11001101 | 0 | 1001110 | 1100 | 1001 | 100110101 | 1010000 | 111000 |
Color Harmonies of #E934CD
Complementary color
Monochromatic Colors of #E934CD
Black with #E934CD
Text Example
Text Example
White with #E934CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934CD; }
p { color: rgb(233,52,205); }
H1.HeaderClassName
{
color: #E934CD;
}
.AnyTagClassName
{
color: #E934CD;
}
</style>
background-color css
<style>
a { background-color: #E934CD; }
a { background-color: rgb(233,52,205); }
div.DivClassName
{
background-color: #E934CD;
}
.BgClassName
{
background-color: #E934CD;
}
</style>
border-color css
<style>
span { border-color: #E934CD; }
span { border-color: rgb(233,52,205); }
td.TdClassName
{
border-color: #E934CD;
}
.TagClassName
{
border-color: #E934CD;
}
</style>