Html Css Color HEX #EE4BD2 Free Speech Magenta
📋 copy color: '#EE4BD2'red 238 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #EE4BD2
Tints of Free Speech Magenta #EE4BD2
RGB
CMYK
RGB Variations
Color information
#EE4BD2 (or 0xEE4BD2) is known color: Free Speech Magenta. HEX triplet: EE, 4B and D2. RGB value is (238,75,210). Sum of RGB (Red+Green+Blue) = 238+75+210=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BD2 is #11B42D. Grayscale: #8A8A8A. Windows color (decimal): -1160238 or 13781998. OLE color: 13781998.
HSL color Cylindrical-coordinate representation of color #EE4BD2: hue angle of 310.31º 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 #EE4BD2 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 210 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.07 |
| HSL | 310.31º | 0.83% | 0.61% | - |
| HSV(B) | 310.31º | 0.68% | 0.93% | - |
| XYZ | 49.41 | 27.86 | 63.75 | - |
| YUV | 139.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 210 | 0 | 0.68 | 0.12 | 0.07 | 310.31 | 0.83 | 0.61 |
| Hex | EE | 4B | D2 | 0 | 44 | C | 7 | 136 | 53 | 3D |
| Octal | 356 | 113 | 322 | 0 | 104 | 14 | 7 | 466 | 123 | 75 |
| Binary | 11101110 | 1001011 | 11010010 | 0 | 1000100 | 1100 | 111 | 100110110 | 1010011 | 111101 |
Color Harmonies of #EE4BD2
Complementary color
Monochromatic Colors of #EE4BD2
Black with #EE4BD2
Text Example
Text Example
White with #EE4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BD2; }
p { color: rgb(238,75,210); }
H1.HeaderClassName
{
color: #EE4BD2;
}
.AnyTagClassName
{
color: #EE4BD2;
}
</style>
background-color css
<style>
a { background-color: #EE4BD2; }
a { background-color: rgb(238,75,210); }
div.DivClassName
{
background-color: #EE4BD2;
}
.BgClassName
{
background-color: #EE4BD2;
}
</style>
border-color css
<style>
span { border-color: #EE4BD2; }
span { border-color: rgb(238,75,210); }
td.TdClassName
{
border-color: #EE4BD2;
}
.TagClassName
{
border-color: #EE4BD2;
}
</style>