#E564E4

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

Shades of Free Speech Magenta #E564E4

Tints of Free Speech Magenta #E564E4

Color information

#E564E4 (or 0xE564E4) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 64 and E4. RGB value is (229,100,228). Sum of RGB (Red+Green+Blue) = 229+100+228=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E564E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564E4 is #1A9B1B. Grayscale: #989898. Windows color (decimal): -1743644 or 14968037. OLE color: 14968037.

HSL color Cylindrical-coordinate representation of color #E564E4: hue angle of 300.47º 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 #E564E4 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB229100228-
CMYK00.560.000.10
HSL300.47º71.27%64.51%-
HSV(B)300.47º56.33%89.8%-
XYZ50.8731.3776.77-
YUV153.16170.24182.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 100 (39.45% from 255) = 17.95%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=41.11%
G=17.95%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910022800.560.000.10300.4771.2764.51
HexE564E40380A12c4741
Octal345144344070012454107101
Binary1110010111001001110010001110000101010010110010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E564E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E564E4; }

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

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

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

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

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

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

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

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