#EF64D6

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

Shades of Free Speech Magenta #EF64D6

Tints of Free Speech Magenta #EF64D6

Color information

#EF64D6 (or 0xEF64D6) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 64 and D6. RGB value is (239,100,214). Sum of RGB (Red+Green+Blue) = 239+100+214=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D6 is #109B29. Grayscale: #9A9A9A. Windows color (decimal): -1088298 or 14050543. OLE color: 14050543.

HSL color Cylindrical-coordinate representation of color #EF64D6: hue angle of 310.79º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64D6 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239100214-
CMYK00.580.100.06
HSL310.79º81.29%66.47%-
HSV(B)310.79º58.16%93.73%-
XYZ52.2932.3267.1-
YUV154.56161.55188.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 100 (39.45% from 255) = 18.08%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=43.22%
G=18.08%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910021400.580.100.06310.7981.2966.47
HexEF64D603AA61375142
Octal357144326072126467121102
Binary111011111100100110101100111010101011010011011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64D6; }

 p { color: rgb(239,100,214); }

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

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

 a { background-color: rgb(239,100,214); }

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

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

 span { border-color: rgb(239,100,214); }

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