Shades of Razzle Dazzle Rose #EE45C8
Tints of Razzle Dazzle Rose #EE45C8
RGB
CMYK
RGB Variations
Color information
#EE45C8 (or 0xEE45C8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 45 and C8. RGB value is (238,69,200). Sum of RGB (Red+Green+Blue) = 238+69+200=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45C8 is #11BA37. Grayscale: #868686. Windows color (decimal): -1161784 or 13125102. OLE color: 13125102.
HSL color Cylindrical-coordinate representation of color #EE45C8: hue angle of 313.49º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE45C8 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 200 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.07 |
| HSL | 313.49º | 0.83% | 0.6% | - |
| HSV(B) | 313.49º | 0.71% | 0.93% | - |
| XYZ | 47.81 | 26.6 | 57.26 | - |
| YUV | 134.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 200 | 0 | 0.71 | 0.16 | 0.07 | 313.49 | 0.83 | 0.6 |
| Hex | EE | 45 | C8 | 0 | 47 | 10 | 7 | 139 | 53 | 3C |
| Octal | 356 | 105 | 310 | 0 | 107 | 20 | 7 | 471 | 123 | 74 |
| Binary | 11101110 | 1000101 | 11001000 | 0 | 1000111 | 10000 | 111 | 100111001 | 1010011 | 111100 |
Color Harmonies of #EE45C8
Complementary color
Monochromatic Colors of #EE45C8
Black with #EE45C8
Text Example
Text Example
White with #EE45C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE45C8; }
p { color: rgb(238,69,200); }
H1.HeaderClassName
{
color: #EE45C8;
}
.AnyTagClassName
{
color: #EE45C8;
}
</style>
background-color css
<style>
a { background-color: #EE45C8; }
a { background-color: rgb(238,69,200); }
div.DivClassName
{
background-color: #EE45C8;
}
.BgClassName
{
background-color: #EE45C8;
}
</style>
border-color css
<style>
span { border-color: #EE45C8; }
span { border-color: rgb(238,69,200); }
td.TdClassName
{
border-color: #EE45C8;
}
.TagClassName
{
border-color: #EE45C8;
}
</style>