Html Css Color HEX #EE65EA Free Speech Magenta
📋 copy color: '#EE65EA'red 238 ◦ green 101 ◦ blue 234
Shades of Free Speech Magenta #EE65EA
Tints of Free Speech Magenta #EE65EA
RGB
CMYK
RGB Variations
Color information
#EE65EA (or 0xEE65EA) is known color: Free Speech Magenta. HEX triplet: EE, 65 and EA. RGB value is (238,101,234). Sum of RGB (Red+Green+Blue) = 238+101+234=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65EA is #119A15. Grayscale: #9C9C9C. Windows color (decimal): -1153558 or 15361518. OLE color: 15361518.
HSL color Cylindrical-coordinate representation of color #EE65EA: hue angle of 301.75º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65EA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 234 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.07 |
| HSL | 301.75º | 0.8% | 0.66% | - |
| HSV(B) | 301.75º | 0.58% | 0.93% | - |
| XYZ | 54.76 | 33.43 | 81.41 | - |
| YUV | 157.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 234 | 0 | 0.58 | 0.02 | 0.07 | 301.75 | 0.8 | 0.66 |
| Hex | EE | 65 | EA | 0 | 3A | 2 | 7 | 12E | 50 | 42 |
| Octal | 356 | 145 | 352 | 0 | 72 | 2 | 7 | 456 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11101010 | 0 | 111010 | 10 | 111 | 100101110 | 1010000 | 1000010 |
Color Harmonies of #EE65EA
Complementary color
Monochromatic Colors of #EE65EA
Black with #EE65EA
Text Example
Text Example
White with #EE65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65EA; }
p { color: rgb(238,101,234); }
H1.HeaderClassName
{
color: #EE65EA;
}
.AnyTagClassName
{
color: #EE65EA;
}
</style>
background-color css
<style>
a { background-color: #EE65EA; }
a { background-color: rgb(238,101,234); }
div.DivClassName
{
background-color: #EE65EA;
}
.BgClassName
{
background-color: #EE65EA;
}
</style>
border-color css
<style>
span { border-color: #EE65EA; }
span { border-color: rgb(238,101,234); }
td.TdClassName
{
border-color: #EE65EA;
}
.TagClassName
{
border-color: #EE65EA;
}
</style>