#E064BC

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

Shades of Free Speech Magenta #E064BC

Tints of Free Speech Magenta #E064BC

Color information

#E064BC (or 0xE064BC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 64 and BC. RGB value is (224,100,188). Sum of RGB (Red+Green+Blue) = 224+100+188=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E064BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064BC is #1F9B43. Grayscale: #929292. Windows color (decimal): -2071364 or 12346592. OLE color: 12346592.

HSL color Cylindrical-coordinate representation of color #E064BC: hue angle of 317.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064BC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224100188-
CMYK00.550.160.12
HSL317.42º66.67%63.53%-
HSV(B)317.42º55.36%87.84%-
XYZ44.3728.5950.76-
YUV147.11151.08182.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 100 (39.45% from 255) = 19.53%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=43.75%
G=19.53%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410018800.550.160.12317.4266.6763.53
HexE064BC03710C13d4340
Octal3401442740672014475103100
Binary11100000110010010111100011011110000110010011110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064BC; }

 p { color: rgb(224,100,188); }

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

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

 a { background-color: rgb(224,100,188); }

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

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

 span { border-color: rgb(224,100,188); }

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