Shades of Razzle Dazzle Rose #EE4AC2
Tints of Razzle Dazzle Rose #EE4AC2
RGB
CMYK
RGB Variations
Color information
#EE4AC2 (or 0xEE4AC2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4A and C2. RGB value is (238,74,194). Sum of RGB (Red+Green+Blue) = 238+74+194=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4AC2 is #11B53D. Grayscale: #888888. Windows color (decimal): -1160510 or 12733166. OLE color: 12733166.
HSL color Cylindrical-coordinate representation of color #EE4AC2: hue angle of 316.1º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4AC2 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 194 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.07 |
| HSL | 316.1º | 0.83% | 0.61% | - |
| HSV(B) | 316.1º | 0.69% | 0.93% | - |
| XYZ | 47.45 | 26.97 | 53.74 | - |
| YUV | 136.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 194 | 0 | 0.69 | 0.18 | 0.07 | 316.1 | 0.83 | 0.61 |
| Hex | EE | 4A | C2 | 0 | 45 | 12 | 7 | 13C | 53 | 3D |
| Octal | 356 | 112 | 302 | 0 | 105 | 22 | 7 | 474 | 123 | 75 |
| Binary | 11101110 | 1001010 | 11000010 | 0 | 1000101 | 10010 | 111 | 100111100 | 1010011 | 111101 |
Color Harmonies of #EE4AC2
Complementary color
Monochromatic Colors of #EE4AC2
Black with #EE4AC2
Text Example
Text Example
White with #EE4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4AC2; }
p { color: rgb(238,74,194); }
H1.HeaderClassName
{
color: #EE4AC2;
}
.AnyTagClassName
{
color: #EE4AC2;
}
</style>
background-color css
<style>
a { background-color: #EE4AC2; }
a { background-color: rgb(238,74,194); }
div.DivClassName
{
background-color: #EE4AC2;
}
.BgClassName
{
background-color: #EE4AC2;
}
</style>
border-color css
<style>
span { border-color: #EE4AC2; }
span { border-color: rgb(238,74,194); }
td.TdClassName
{
border-color: #EE4AC2;
}
.TagClassName
{
border-color: #EE4AC2;
}
</style>