Shades of Razzle Dazzle Rose #EE42D3
Tints of Razzle Dazzle Rose #EE42D3
RGB
CMYK
RGB Variations
Color information
#EE42D3 (or 0xEE42D3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 42 and D3. RGB value is (238,66,211). Sum of RGB (Red+Green+Blue) = 238+66+211=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42D3 is #11BD2C. Grayscale: #858585. Windows color (decimal): -1162541 or 13845230. OLE color: 13845230.
HSL color Cylindrical-coordinate representation of color #EE42D3: hue angle of 309.42º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42D3 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 211 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.07 |
| HSL | 309.42º | 0.83% | 0.6% | - |
| HSV(B) | 309.42º | 0.72% | 0.93% | - |
| XYZ | 48.97 | 26.78 | 64.22 | - |
| YUV | 133.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 211 | 0 | 0.72 | 0.11 | 0.07 | 309.42 | 0.83 | 0.6 |
| Hex | EE | 42 | D3 | 0 | 48 | B | 7 | 135 | 53 | 3C |
| Octal | 356 | 102 | 323 | 0 | 110 | 13 | 7 | 465 | 123 | 74 |
| Binary | 11101110 | 1000010 | 11010011 | 0 | 1001000 | 1011 | 111 | 100110101 | 1010011 | 111100 |
Color Harmonies of #EE42D3
Complementary color
Monochromatic Colors of #EE42D3
Black with #EE42D3
Text Example
Text Example
White with #EE42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42D3; }
p { color: rgb(238,66,211); }
H1.HeaderClassName
{
color: #EE42D3;
}
.AnyTagClassName
{
color: #EE42D3;
}
</style>
background-color css
<style>
a { background-color: #EE42D3; }
a { background-color: rgb(238,66,211); }
div.DivClassName
{
background-color: #EE42D3;
}
.BgClassName
{
background-color: #EE42D3;
}
</style>
border-color css
<style>
span { border-color: #EE42D3; }
span { border-color: rgb(238,66,211); }
td.TdClassName
{
border-color: #EE42D3;
}
.TagClassName
{
border-color: #EE42D3;
}
</style>