#E564CA

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

Shades of Free Speech Magenta #E564CA

Tints of Free Speech Magenta #E564CA

Color information

#E564CA (or 0xE564CA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 64 and CA. RGB value is (229,100,202). Sum of RGB (Red+Green+Blue) = 229+100+202=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E564CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564CA is #1A9B35. Grayscale: #959595. Windows color (decimal): -1743670 or 13264101. OLE color: 13264101.

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

Color convert

RGB229100202-
CMYK00.560.120.10
HSL312.56º71.27%64.51%-
HSV(B)312.56º56.33%89.8%-
XYZ47.5330.0459.17-
YUV150.2157.24184.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 100 (39.45% from 255) = 18.83%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=43.13%
G=18.83%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910020200.560.120.10312.5671.2764.51
HexE564CA038CA1394741
Octal3451443120701412471107101
Binary1110010111001001100101001110001100101010011100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E564CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E564CA; }

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

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

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

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

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

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

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

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