Html Css Color HEX #EF64D5 Free Speech Magenta

📋 copy color: '#EF64D5'

red 239 ◦ green 100 ◦ blue 213

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

Shades of Free Speech Magenta #EF64D5

Tints of Free Speech Magenta #EF64D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 43.3%
G = 18.12%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF64D5 (or 0xEF64D5) is known color: Free Speech Magenta. HEX triplet: EF, 64 and D5. RGB value is (239,100,213). Sum of RGB (Red+Green+Blue) = 239+100+213=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64D5 is #109B2A. Grayscale: #9A9A9A. Windows color (decimal): -1088299 or 13985007. OLE color: 13985007.

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

Color convert

RGB 239 100 213 -
CMYK 0 0.58 0.11 0.06
HSL 311.22º 0.81% 0.66% -
HSV(B) 311.22º 0.58% 0.94% -
XYZ 52.16 32.27 66.43 -
YUV 154.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 239 100 213 0 0.58 0.11 0.06 311.22 0.81 0.66
Hex EF 64 D5 0 3A B 6 137 51 42
Octal 357 144 325 0 72 13 6 467 121 102
Binary 11101111 1100100 11010101 0 111010 1011 110 100110111 1010001 1000010

Color Harmonies of #EF64D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64D5

Black with #EF64D5

Text Example


Text Example

White with #EF64D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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