Shades of Razzle Dazzle Rose #EE43C9
Tints of Razzle Dazzle Rose #EE43C9
RGB
CMYK
RGB Variations
Color information
#EE43C9 (or 0xEE43C9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 43 and C9. RGB value is (238,67,201). Sum of RGB (Red+Green+Blue) = 238+67+201=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE43C9 is #11BC36. Grayscale: #858585. Windows color (decimal): -1162295 or 13190126. OLE color: 13190126.
HSL color Cylindrical-coordinate representation of color #EE43C9: hue angle of 312.98º 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 #EE43C9 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 201 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.07 |
| HSL | 312.98º | 0.83% | 0.6% | - |
| HSV(B) | 312.98º | 0.72% | 0.93% | - |
| XYZ | 47.81 | 26.41 | 57.84 | - |
| YUV | 133.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 201 | 0 | 0.72 | 0.16 | 0.07 | 312.98 | 0.83 | 0.6 |
| Hex | EE | 43 | C9 | 0 | 48 | 10 | 7 | 139 | 53 | 3C |
| Octal | 356 | 103 | 311 | 0 | 110 | 20 | 7 | 471 | 123 | 74 |
| Binary | 11101110 | 1000011 | 11001001 | 0 | 1001000 | 10000 | 111 | 100111001 | 1010011 | 111100 |
Color Harmonies of #EE43C9
Complementary color
Monochromatic Colors of #EE43C9
Black with #EE43C9
Text Example
Text Example
White with #EE43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE43C9; }
p { color: rgb(238,67,201); }
H1.HeaderClassName
{
color: #EE43C9;
}
.AnyTagClassName
{
color: #EE43C9;
}
</style>
background-color css
<style>
a { background-color: #EE43C9; }
a { background-color: rgb(238,67,201); }
div.DivClassName
{
background-color: #EE43C9;
}
.BgClassName
{
background-color: #EE43C9;
}
</style>
border-color css
<style>
span { border-color: #EE43C9; }
span { border-color: rgb(238,67,201); }
td.TdClassName
{
border-color: #EE43C9;
}
.TagClassName
{
border-color: #EE43C9;
}
</style>