#E064CC

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

Shades of Free Speech Magenta #E064CC

Tints of Free Speech Magenta #E064CC

Color information

#E064CC (or 0xE064CC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 64 and CC. RGB value is (224,100,204). Sum of RGB (Red+Green+Blue) = 224+100+204=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E064CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064CC is #1F9B33. Grayscale: #949494. Windows color (decimal): -2071348 or 13395168. OLE color: 13395168.

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

Color convert

RGB224100204-
CMYK00.550.090.12
HSL309.68º66.67%63.53%-
HSV(B)309.68º55.36%87.84%-
XYZ46.229.3260.35-
YUV148.93159.08181.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 100 (39.45% from 255) = 18.94%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=42.42%
G=18.94%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410020400.550.090.12309.6866.6763.53
HexE064CC0379C1364340
Octal3401443140671114466103100
Binary1110000011001001100110001101111001110010011011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064CC; }

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

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

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

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

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

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

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

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