#E464C6

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

Shades of Free Speech Magenta #E464C6

Tints of Free Speech Magenta #E464C6

Color information

#E464C6 (or 0xE464C6) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 64 and C6. RGB value is (228,100,198). Sum of RGB (Red+Green+Blue) = 228+100+198=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E464C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464C6 is #1B9B39. Grayscale: #959595. Windows color (decimal): -1809210 or 13001956. OLE color: 13001956.

HSL color Cylindrical-coordinate representation of color #E464C6: hue angle of 314.06º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464C6 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB228100198-
CMYK00.560.130.11
HSL314.06º70.33%64.31%-
HSV(B)314.06º56.14%89.41%-
XYZ46.7529.6956.69-
YUV149.44155.41184.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=43.35%
G=19.01%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810019800.560.130.11314.0670.3364.31
HexE464C6038DB13a4640
Octal3441443060701513472106100
Binary1110010011001001100011001110001101101110011101010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464C6; }

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

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

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

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

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

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

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

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