Shades of Razzle Dazzle Rose #EE4BC2
Tints of Razzle Dazzle Rose #EE4BC2
RGB
CMYK
RGB Variations
Color information
#EE4BC2 (or 0xEE4BC2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4B and C2. RGB value is (238,75,194). Sum of RGB (Red+Green+Blue) = 238+75+194=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BC2 is #11B43D. Grayscale: #888888. Windows color (decimal): -1160254 or 12733422. OLE color: 12733422.
HSL color Cylindrical-coordinate representation of color #EE4BC2: hue angle of 316.2º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4BC2 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 194 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.07 |
| HSL | 316.2º | 0.83% | 0.61% | - |
| HSV(B) | 316.2º | 0.68% | 0.93% | - |
| XYZ | 47.51 | 27.1 | 53.77 | - |
| YUV | 137.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 194 | 0 | 0.68 | 0.18 | 0.07 | 316.2 | 0.83 | 0.61 |
| Hex | EE | 4B | C2 | 0 | 44 | 12 | 7 | 13C | 53 | 3D |
| Octal | 356 | 113 | 302 | 0 | 104 | 22 | 7 | 474 | 123 | 75 |
| Binary | 11101110 | 1001011 | 11000010 | 0 | 1000100 | 10010 | 111 | 100111100 | 1010011 | 111101 |
Color Harmonies of #EE4BC2
Complementary color
Monochromatic Colors of #EE4BC2
Black with #EE4BC2
Text Example
Text Example
White with #EE4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BC2; }
p { color: rgb(238,75,194); }
H1.HeaderClassName
{
color: #EE4BC2;
}
.AnyTagClassName
{
color: #EE4BC2;
}
</style>
background-color css
<style>
a { background-color: #EE4BC2; }
a { background-color: rgb(238,75,194); }
div.DivClassName
{
background-color: #EE4BC2;
}
.BgClassName
{
background-color: #EE4BC2;
}
</style>
border-color css
<style>
span { border-color: #EE4BC2; }
span { border-color: rgb(238,75,194); }
td.TdClassName
{
border-color: #EE4BC2;
}
.TagClassName
{
border-color: #EE4BC2;
}
</style>