Shades of Razzle Dazzle Rose #EE43CE
Tints of Razzle Dazzle Rose #EE43CE
RGB
CMYK
RGB Variations
Color information
#EE43CE (or 0xEE43CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 43 and CE. RGB value is (238,67,206). Sum of RGB (Red+Green+Blue) = 238+67+206=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE43CE is #11BC31. Grayscale: #858585. Windows color (decimal): -1162290 or 13517806. OLE color: 13517806.
HSL color Cylindrical-coordinate representation of color #EE43CE: hue angle of 311.23º 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 #EE43CE is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 206 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.07 |
| HSL | 311.23º | 0.83% | 0.6% | - |
| HSV(B) | 311.23º | 0.72% | 0.93% | - |
| XYZ | 48.41 | 26.65 | 60.98 | - |
| YUV | 133.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 206 | 0 | 0.72 | 0.13 | 0.07 | 311.23 | 0.83 | 0.6 |
| Hex | EE | 43 | CE | 0 | 48 | D | 7 | 137 | 53 | 3C |
| Octal | 356 | 103 | 316 | 0 | 110 | 15 | 7 | 467 | 123 | 74 |
| Binary | 11101110 | 1000011 | 11001110 | 0 | 1001000 | 1101 | 111 | 100110111 | 1010011 | 111100 |
Color Harmonies of #EE43CE
Complementary color
Monochromatic Colors of #EE43CE
Black with #EE43CE
Text Example
Text Example
White with #EE43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE43CE; }
p { color: rgb(238,67,206); }
H1.HeaderClassName
{
color: #EE43CE;
}
.AnyTagClassName
{
color: #EE43CE;
}
</style>
background-color css
<style>
a { background-color: #EE43CE; }
a { background-color: rgb(238,67,206); }
div.DivClassName
{
background-color: #EE43CE;
}
.BgClassName
{
background-color: #EE43CE;
}
</style>
border-color css
<style>
span { border-color: #EE43CE; }
span { border-color: rgb(238,67,206); }
td.TdClassName
{
border-color: #EE43CE;
}
.TagClassName
{
border-color: #EE43CE;
}
</style>