Shades of Razzle Dazzle Rose #EE37E5
Tints of Razzle Dazzle Rose #EE37E5
RGB
CMYK
RGB Variations
Color information
#EE37E5 (or 0xEE37E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and E5. RGB value is (238,55,229). Sum of RGB (Red+Green+Blue) = 238+55+229=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 55 (21.88% from 255 or 10.54% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37E5 is #11C81A. Grayscale: #818181. Windows color (decimal): -1165339 or 15022062. OLE color: 15022062.
HSL color Cylindrical-coordinate representation of color #EE37E5: hue angle of 302.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE37E5 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 229 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.07 |
| HSL | 302.95º | 0.84% | 0.57% | - |
| HSV(B) | 302.95º | 0.77% | 0.93% | - |
| XYZ | 50.77 | 26.57 | 76.58 | - |
| YUV | 129.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 229 | 0 | 0.77 | 0.04 | 0.07 | 302.95 | 0.84 | 0.57 |
| Hex | EE | 37 | E5 | 0 | 4D | 4 | 7 | 12F | 54 | 39 |
| Octal | 356 | 67 | 345 | 0 | 115 | 4 | 7 | 457 | 124 | 71 |
| Binary | 11101110 | 110111 | 11100101 | 0 | 1001101 | 100 | 111 | 100101111 | 1010100 | 111001 |
Color Harmonies of #EE37E5
Complementary color
Monochromatic Colors of #EE37E5
Black with #EE37E5
Text Example
Text Example
White with #EE37E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37E5; }
p { color: rgb(238,55,229); }
H1.HeaderClassName
{
color: #EE37E5;
}
.AnyTagClassName
{
color: #EE37E5;
}
</style>
background-color css
<style>
a { background-color: #EE37E5; }
a { background-color: rgb(238,55,229); }
div.DivClassName
{
background-color: #EE37E5;
}
.BgClassName
{
background-color: #EE37E5;
}
</style>
border-color css
<style>
span { border-color: #EE37E5; }
span { border-color: rgb(238,55,229); }
td.TdClassName
{
border-color: #EE37E5;
}
.TagClassName
{
border-color: #EE37E5;
}
</style>