Html Css Color HEX #EE6BD2 Free Speech Magenta
📋 copy color: '#EE6BD2'red 238 ◦ green 107 ◦ blue 210
Shades of Free Speech Magenta #EE6BD2
Tints of Free Speech Magenta #EE6BD2
RGB
CMYK
RGB Variations
Color information
#EE6BD2 (or 0xEE6BD2) is known color: Free Speech Magenta. HEX triplet: EE, 6B and D2. RGB value is (238,107,210). Sum of RGB (Red+Green+Blue) = 238+107+210=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BD2 is #11942D. Grayscale: #9D9D9D. Windows color (decimal): -1152046 or 13790190. OLE color: 13790190.
HSL color Cylindrical-coordinate representation of color #EE6BD2: hue angle of 312.82º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6BD2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 210 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.07 |
| HSL | 312.82º | 0.79% | 0.68% | - |
| HSV(B) | 312.82º | 0.55% | 0.93% | - |
| XYZ | 52.15 | 33.35 | 64.66 | - |
| YUV | 157.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 210 | 0 | 0.55 | 0.12 | 0.07 | 312.82 | 0.79 | 0.68 |
| Hex | EE | 6B | D2 | 0 | 37 | C | 7 | 139 | 4F | 44 |
| Octal | 356 | 153 | 322 | 0 | 67 | 14 | 7 | 471 | 117 | 104 |
| Binary | 11101110 | 1101011 | 11010010 | 0 | 110111 | 1100 | 111 | 100111001 | 1001111 | 1000100 |
Color Harmonies of #EE6BD2
Complementary color
Monochromatic Colors of #EE6BD2
Black with #EE6BD2
Text Example
Text Example
White with #EE6BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BD2; }
p { color: rgb(238,107,210); }
H1.HeaderClassName
{
color: #EE6BD2;
}
.AnyTagClassName
{
color: #EE6BD2;
}
</style>
background-color css
<style>
a { background-color: #EE6BD2; }
a { background-color: rgb(238,107,210); }
div.DivClassName
{
background-color: #EE6BD2;
}
.BgClassName
{
background-color: #EE6BD2;
}
</style>
border-color css
<style>
span { border-color: #EE6BD2; }
span { border-color: rgb(238,107,210); }
td.TdClassName
{
border-color: #EE6BD2;
}
.TagClassName
{
border-color: #EE6BD2;
}
</style>