Html Css Color HEX #EE53D2 Free Speech Magenta
📋 copy color: '#EE53D2'red 238 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #EE53D2
Tints of Free Speech Magenta #EE53D2
RGB
CMYK
RGB Variations
Color information
#EE53D2 (or 0xEE53D2) is known color: Free Speech Magenta. HEX triplet: EE, 53 and D2. RGB value is (238,83,210). Sum of RGB (Red+Green+Blue) = 238+83+210=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53D2 is #11AC2D. Grayscale: #8F8F8F. Windows color (decimal): -1158190 or 13784046. OLE color: 13784046.
HSL color Cylindrical-coordinate representation of color #EE53D2: hue angle of 310.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53D2 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 210 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.07 |
| HSL | 310.84º | 0.82% | 0.63% | - |
| HSV(B) | 310.84º | 0.65% | 0.93% | - |
| XYZ | 49.99 | 29.02 | 63.94 | - |
| YUV | 143.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 210 | 0 | 0.65 | 0.12 | 0.07 | 310.84 | 0.82 | 0.63 |
| Hex | EE | 53 | D2 | 0 | 41 | C | 7 | 137 | 52 | 3F |
| Octal | 356 | 123 | 322 | 0 | 101 | 14 | 7 | 467 | 122 | 77 |
| Binary | 11101110 | 1010011 | 11010010 | 0 | 1000001 | 1100 | 111 | 100110111 | 1010010 | 111111 |
Color Harmonies of #EE53D2
Complementary color
Monochromatic Colors of #EE53D2
Black with #EE53D2
Text Example
Text Example
White with #EE53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE53D2; }
p { color: rgb(238,83,210); }
H1.HeaderClassName
{
color: #EE53D2;
}
.AnyTagClassName
{
color: #EE53D2;
}
</style>
background-color css
<style>
a { background-color: #EE53D2; }
a { background-color: rgb(238,83,210); }
div.DivClassName
{
background-color: #EE53D2;
}
.BgClassName
{
background-color: #EE53D2;
}
</style>
border-color css
<style>
span { border-color: #EE53D2; }
span { border-color: rgb(238,83,210); }
td.TdClassName
{
border-color: #EE53D2;
}
.TagClassName
{
border-color: #EE53D2;
}
</style>