Shades of Razzle Dazzle Rose #EE34BD
Tints of Razzle Dazzle Rose #EE34BD
RGB
CMYK
RGB Variations
Color information
#EE34BD (or 0xEE34BD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and BD. RGB value is (238,52,189). Sum of RGB (Red+Green+Blue) = 238+52+189=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34BD is #11CB42. Grayscale: #7A7A7A. Windows color (decimal): -1166147 or 12399854. OLE color: 12399854.
HSL color Cylindrical-coordinate representation of color #EE34BD: hue angle of 315.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE34BD is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 189 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.07 |
| HSL | 315.81º | 0.85% | 0.57% | - |
| HSV(B) | 315.81º | 0.78% | 0.93% | - |
| XYZ | 45.67 | 24.31 | 50.43 | - |
| YUV | 123.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 189 | 0 | 0.78 | 0.21 | 0.07 | 315.81 | 0.85 | 0.57 |
| Hex | EE | 34 | BD | 0 | 4E | 15 | 7 | 13C | 55 | 39 |
| Octal | 356 | 64 | 275 | 0 | 116 | 25 | 7 | 474 | 125 | 71 |
| Binary | 11101110 | 110100 | 10111101 | 0 | 1001110 | 10101 | 111 | 100111100 | 1010101 | 111001 |
Color Harmonies of #EE34BD
Complementary color
Monochromatic Colors of #EE34BD
Black with #EE34BD
Text Example
Text Example
White with #EE34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34BD; }
p { color: rgb(238,52,189); }
H1.HeaderClassName
{
color: #EE34BD;
}
.AnyTagClassName
{
color: #EE34BD;
}
</style>
background-color css
<style>
a { background-color: #EE34BD; }
a { background-color: rgb(238,52,189); }
div.DivClassName
{
background-color: #EE34BD;
}
.BgClassName
{
background-color: #EE34BD;
}
</style>
border-color css
<style>
span { border-color: #EE34BD; }
span { border-color: rgb(238,52,189); }
td.TdClassName
{
border-color: #EE34BD;
}
.TagClassName
{
border-color: #EE34BD;
}
</style>