#E564C5

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

Shades of Free Speech Magenta #E564C5

Tints of Free Speech Magenta #E564C5

Color information

#E564C5 (or 0xE564C5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 64 and C5. RGB value is (229,100,197). Sum of RGB (Red+Green+Blue) = 229+100+197=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E564C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564C5 is #1A9B3A. Grayscale: #959595. Windows color (decimal): -1743675 or 12936421. OLE color: 12936421.

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

Color convert

RGB229100197-
CMYK00.560.140.10
HSL314.88º71.27%64.51%-
HSV(B)314.88º56.33%89.8%-
XYZ46.9529.856.1-
YUV149.63154.74184.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=43.54%
G=19.01%
B=37.45%

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
Decimal22910019700.560.140.10314.8871.2764.51
HexE564C5038EA13b4741
Octal3451443050701612473107101
Binary1110010111001001100010101110001110101010011101110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E564C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E564C5; }

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

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

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

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

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

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

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

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