Html Css Color HEX #EF64DF Free Speech Magenta

📋 copy color: '#EF64DF'

red 239 ◦ green 100 ◦ blue 223

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

Shades of Free Speech Magenta #EF64DF

Tints of Free Speech Magenta #EF64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 42.53%
G = 17.79%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF64DF (or 0xEF64DF) is known color: Free Speech Magenta. HEX triplet: EF, 64 and DF. RGB value is (239,100,223). Sum of RGB (Red+Green+Blue) = 239+100+223=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64DF is #109B20. Grayscale: #9B9B9B. Windows color (decimal): -1088289 or 14640367. OLE color: 14640367.

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

Color convert

RGB 239 100 223 -
CMYK 0 0.58 0.07 0.06
HSL 306.91º 0.81% 0.66% -
HSV(B) 306.91º 0.58% 0.94% -
XYZ 53.47 32.79 73.32 -
YUV 155.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 239 100 223 0 0.58 0.07 0.06 306.91 0.81 0.66
Hex EF 64 DF 0 3A 7 6 133 51 42
Octal 357 144 337 0 72 7 6 463 121 102
Binary 11101111 1100100 11011111 0 111010 111 110 100110011 1010001 1000010

Color Harmonies of #EF64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64DF

Black with #EF64DF

Text Example


Text Example

White with #EF64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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