Html Css Color HEX #EE65E6 Free Speech Magenta
📋 copy color: '#EE65E6'red 238 ◦ green 101 ◦ blue 230
Shades of Free Speech Magenta #EE65E6
Tints of Free Speech Magenta #EE65E6
RGB
CMYK
RGB Variations
Color information
#EE65E6 (or 0xEE65E6) is known color: Free Speech Magenta. HEX triplet: EE, 65 and E6. RGB value is (238,101,230). Sum of RGB (Red+Green+Blue) = 238+101+230=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65E6 is #119A19. Grayscale: #9C9C9C. Windows color (decimal): -1153562 or 15099374. OLE color: 15099374.
HSL color Cylindrical-coordinate representation of color #EE65E6: hue angle of 303.5º 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 #EE65E6 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 230 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.07 |
| HSL | 303.5º | 0.8% | 0.66% | - |
| HSV(B) | 303.5º | 0.58% | 0.93% | - |
| XYZ | 54.2 | 33.2 | 78.41 | - |
| YUV | 156.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 230 | 0 | 0.58 | 0.03 | 0.07 | 303.5 | 0.8 | 0.66 |
| Hex | EE | 65 | E6 | 0 | 3A | 3 | 7 | 130 | 50 | 42 |
| Octal | 356 | 145 | 346 | 0 | 72 | 3 | 7 | 460 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11100110 | 0 | 111010 | 11 | 111 | 100110000 | 1010000 | 1000010 |
Color Harmonies of #EE65E6
Complementary color
Monochromatic Colors of #EE65E6
Black with #EE65E6
Text Example
Text Example
White with #EE65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65E6; }
p { color: rgb(238,101,230); }
H1.HeaderClassName
{
color: #EE65E6;
}
.AnyTagClassName
{
color: #EE65E6;
}
</style>
background-color css
<style>
a { background-color: #EE65E6; }
a { background-color: rgb(238,101,230); }
div.DivClassName
{
background-color: #EE65E6;
}
.BgClassName
{
background-color: #EE65E6;
}
</style>
border-color css
<style>
span { border-color: #EE65E6; }
span { border-color: rgb(238,101,230); }
td.TdClassName
{
border-color: #EE65E6;
}
.TagClassName
{
border-color: #EE65E6;
}
</style>