#E864D4

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

Shades of Free Speech Magenta #E864D4

Tints of Free Speech Magenta #E864D4

Color information

#E864D4 (or 0xE864D4) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 64 and D4. RGB value is (232,100,212). Sum of RGB (Red+Green+Blue) = 232+100+212=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E864D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E864D4 is #179B2B. Grayscale: #979797. Windows color (decimal): -1547052 or 13919464. OLE color: 13919464.

HSL color Cylindrical-coordinate representation of color #E864D4: hue angle of 309.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E864D4 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232100212-
CMYK00.570.090.09
HSL309.09º74.16%65.1%-
HSV(B)309.09º56.9%90.98%-
XYZ49.7231.0265.66-
YUV152.24161.73184.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 100 (39.45% from 255) = 18.38%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=42.65%
G=18.38%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210021200.570.090.09309.0974.1665.1
HexE864D4039991354a41
Octal3501443240711111465112101
Binary1110100011001001101010001110011001100110011010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E864D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E864D4; }

 p { color: rgb(232,100,212); }

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

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

 a { background-color: rgb(232,100,212); }

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

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

 span { border-color: rgb(232,100,212); }

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