#E064E5

Color #E064E5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E064E5

Tints of Free Speech Magenta #E064E5

Color information

#E064E5 (or 0xE064E5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 64 and E5. RGB value is (224,100,229). Sum of RGB (Red+Green+Blue) = 224+100+229=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #E064E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064E5 is #1F9B1A. Grayscale: #979797. Windows color (decimal): -2071323 or 15033568. OLE color: 15033568.

HSL color Cylindrical-coordinate representation of color #E064E5: hue angle of 297.67º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E064E5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224100229-
CMYK0.020.5600.10
HSL297.67º71.27%64.51%-
HSV(B)297.67º56.33%89.8%-
XYZ49.4430.6277.43-
YUV151.78171.58179.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 100 (39.45% from 255) = 18.08%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=40.51%
G=18.08%
B=41.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241002290.020.5600.10297.6771.2764.51
HexE064E52380A12a4741
Octal340144345270012452107101
Binary11100000110010011100101101110000101010010101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064E5; }

 p { color: rgb(224,100,229); }

 H1.HeaderClassName
 {
   color: #E064E5;
 }
 .AnyTagClassName
 {
   color: #E064E5;
 }
</style>
background-color css

<style>
 a { background-color: #E064E5; }

 a { background-color: rgb(224,100,229); }

 div.DivClassName
 {
   background-color: #E064E5;
 }
 .BgClassName
 {
   background-color: #E064E5;
 }
</style>
border-color css

<style>
 span { border-color: #E064E5; }

 span { border-color: rgb(224,100,229); }

 td.TdClassName
 {
   border-color: #E064E5;
 }
 .TagClassName
 {
   border-color: #E064E5;
 }
</style>