#E564C6

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

Shades of Free Speech Magenta #E564C6

Tints of Free Speech Magenta #E564C6

Color information

#E564C6 (or 0xE564C6) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 64 and C6. RGB value is (229,100,198). Sum of RGB (Red+Green+Blue) = 229+100+198=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E564C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564C6 is #1A9B39. Grayscale: #959595. Windows color (decimal): -1743674 or 13001957. OLE color: 13001957.

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

Color convert

RGB229100198-
CMYK00.560.140.10
HSL314.42º71.27%64.51%-
HSV(B)314.42º56.33%89.8%-
XYZ47.0629.8556.71-
YUV149.74155.24184.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=43.45%
G=18.98%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910019800.560.140.10314.4271.2764.51
HexE564C6038EA13a4741
Octal3451443060701612472107101
Binary1110010111001001100011001110001110101010011101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E564C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E564C6; }

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

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

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

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

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

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

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

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