Html Css Color HEX #E640EA Free Speech Magenta
📋 copy color: '#E640EA'red 230 ◦ green 64 ◦ blue 234
Shades of Free Speech Magenta #E640EA
Tints of Free Speech Magenta #E640EA
RGB
CMYK
RGB Variations
Color information
#E640EA (or 0xE640EA) is known color: Free Speech Magenta. HEX triplet: E6, 40 and EA. RGB value is (230,64,234). Sum of RGB (Red+Green+Blue) = 230+64+234=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #E640EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E640EA is #19BF15. Grayscale: #848484. Windows color (decimal): -1687318 or 15352038. OLE color: 15352038.
HSL color Cylindrical-coordinate representation of color #E640EA: hue angle of 298.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E640EA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 64 | 234 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.08 |
| HSL | 298.59º | 0.8% | 0.58% | - |
| HSV(B) | 298.59º | 0.73% | 0.92% | - |
| XYZ | 49.32 | 26.43 | 80.34 | - |
| YUV | 133.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 234 | 0.02 | 0.73 | 0 | 0.08 | 298.59 | 0.8 | 0.58 |
| Hex | E6 | 40 | EA | 2 | 49 | 0 | 8 | 12B | 50 | 3A |
| Octal | 346 | 100 | 352 | 2 | 111 | 0 | 10 | 453 | 120 | 72 |
| Binary | 11100110 | 1000000 | 11101010 | 10 | 1001001 | 0 | 1000 | 100101011 | 1010000 | 111010 |
Color Harmonies of #E640EA
Complementary color
Monochromatic Colors of #E640EA
Black with #E640EA
Text Example
Text Example
White with #E640EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E640EA; }
p { color: rgb(230,64,234); }
H1.HeaderClassName
{
color: #E640EA;
}
.AnyTagClassName
{
color: #E640EA;
}
</style>
background-color css
<style>
a { background-color: #E640EA; }
a { background-color: rgb(230,64,234); }
div.DivClassName
{
background-color: #E640EA;
}
.BgClassName
{
background-color: #E640EA;
}
</style>
border-color css
<style>
span { border-color: #E640EA; }
span { border-color: rgb(230,64,234); }
td.TdClassName
{
border-color: #E640EA;
}
.TagClassName
{
border-color: #E640EA;
}
</style>