Html Css Color HEX #EF64D9 Free Speech Magenta

📋 copy color: '#EF64D9'

red 239 ◦ green 100 ◦ blue 217

#EF64D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EF64D9

Tints of Free Speech Magenta #EF64D9

RGB

 RED value IS 239 (93.75% from 255) = 42.99%

 GREEN value IS 100 (39.45% from 255) = 17.99%

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 42.99%
G = 17.99%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF64D9 (or 0xEF64D9) is known color: Free Speech Magenta. HEX triplet: EF, 64 and D9. RGB value is (239,100,217). Sum of RGB (Red+Green+Blue) = 239+100+217=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D9 is #109B26. Grayscale: #9A9A9A. Windows color (decimal): -1088295 or 14247151. OLE color: 14247151.

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

Color convert

RGB 239 100 217 -
CMYK 0 0.58 0.09 0.06
HSL 309.5º 0.81% 0.66% -
HSV(B) 309.5º 0.58% 0.94% -
XYZ 52.68 32.47 69.14 -
YUV 154.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 239 100 217 0 0.58 0.09 0.06 309.5 0.81 0.66
Hex EF 64 D9 0 3A 9 6 135 51 42
Octal 357 144 331 0 72 11 6 465 121 102
Binary 11101111 1100100 11011001 0 111010 1001 110 100110101 1010001 1000010

Color Harmonies of #EF64D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64D9

Black with #EF64D9

Text Example


Text Example

White with #EF64D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64D9; }

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

 H1.HeaderClassName
 {
   color: #EF64D9;
 }
 .AnyTagClassName
 {
   color: #EF64D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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