#E064D3

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

Shades of Free Speech Magenta #E064D3

Tints of Free Speech Magenta #E064D3

Color information

#E064D3 (or 0xE064D3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 64 and D3. RGB value is (224,100,211). Sum of RGB (Red+Green+Blue) = 224+100+211=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E064D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064D3 is #1F9B2C. Grayscale: #959595. Windows color (decimal): -2071341 or 13853920. OLE color: 13853920.

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

Color convert

RGB224100211-
CMYK00.550.060.12
HSL306.29º66.67%63.53%-
HSV(B)306.29º55.36%87.84%-
XYZ47.0629.6664.87-
YUV149.73162.58180.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 211 (82.81% from 255) = 39.44%
R=41.87%
G=18.69%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410021100.550.060.12306.2966.6763.53
HexE064D30376C1324340
Octal340144323067614462103100
Binary111000001100100110100110110111110110010011001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E064D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E064D3; }

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

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

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

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

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

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

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

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